| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ValueJson |
ValueJson.FALSE
false JSON value. |
static ValueJson |
ValueJson.FALSE
false JSON value. |
static ValueJson |
ValueJson.NULL
null JSON value. |
static ValueJson |
ValueJson.NULL
null JSON value. |
static ValueJson |
ValueJson.TRUE
true JSON value. |
static ValueJson |
ValueJson.TRUE
true JSON value. |
static ValueJson |
ValueJson.ZERO
0 JSON value. |
static ValueJson |
ValueJson.ZERO
0 JSON value. |
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueJson |
ValueJson.fromJson(byte[] bytes)
Returns JSON value with the specified content.
|
static ValueJson |
ValueJson.fromJson(byte[] bytes)
Returns JSON value with the specified content.
|
static ValueJson |
ValueJson.fromJson(String s)
Returns JSON value with the specified content.
|
static ValueJson |
ValueJson.fromJson(String s)
Returns JSON value with the specified content.
|
static ValueJson |
ValueJson.get(BigDecimal number)
Returns JSON value with the specified numeric content.
|
static ValueJson |
ValueJson.get(BigDecimal number)
Returns JSON value with the specified numeric content.
|
static ValueJson |
ValueJson.get(boolean bool)
Returns JSON value with the specified boolean content.
|
static ValueJson |
ValueJson.get(boolean bool)
Returns JSON value with the specified boolean content.
|
static ValueJson |
ValueJson.get(int number)
Returns JSON value with the specified numeric content.
|
static ValueJson |
ValueJson.get(int number)
Returns JSON value with the specified numeric content.
|
static ValueJson |
ValueJson.get(long number)
Returns JSON value with the specified numeric content.
|
static ValueJson |
ValueJson.get(long number)
Returns JSON value with the specified numeric content.
|
static ValueJson |
ValueJson.get(String string)
Returns JSON value with the specified string content.
|
static ValueJson |
ValueJson.get(String string)
Returns JSON value with the specified string content.
|
static ValueJson |
ValueJson.getInternal(byte[] bytes)
Returns JSON value with the specified content.
|
static ValueJson |
ValueJson.getInternal(byte[] bytes)
Returns JSON value with the specified content.
|
Copyright © 2022. All rights reserved.