| 程序包 | 说明 |
|---|---|
| org.h2.expression.condition |
Condition expressions.
|
| org.h2.util.json |
Internal utility classes for JSON data type.
|
| org.h2.value |
Data type and value implementations.
|
| 构造器和说明 |
|---|
IsJsonPredicate(Expression left,
boolean not,
boolean whenOperand,
boolean withUniqueKeys,
JSONItemType itemType) |
IsJsonPredicate(Expression left,
boolean not,
boolean whenOperand,
boolean withUniqueKeys,
JSONItemType itemType) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract JSONItemType |
JSONValidationTarget.getResult() |
JSONItemType |
JSONValidationTargetWithoutUniqueKeys.getResult() |
JSONItemType |
JSONValidationTargetWithUniqueKeys.getResult() |
JSONItemType |
JSONValidationTargetWithUniqueKeys.getResult() |
JSONItemType |
JSONValidationTargetWithoutUniqueKeys.getResult() |
abstract JSONItemType |
JSONValidationTarget.getResult() |
static JSONItemType |
JSONItemType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static JSONItemType |
JSONItemType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static JSONItemType[] |
JSONItemType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static JSONItemType[] |
JSONItemType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
JSONItemType.includes(JSONItemType type)
Checks whether this item type includes the specified item type.
|
boolean |
JSONItemType.includes(JSONItemType type)
Checks whether this item type includes the specified item type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
JSONItemType |
ValueJson.getItemType()
Returns JSON item type.
|
JSONItemType |
ValueJson.getItemType()
Returns JSON item type.
|
Copyright © 2022. All rights reserved.