Uses of Enum
org.h2.util.json.JSONItemType
Packages that use JSONItemType
Package
Description
Condition expressions.
Internal utility classes for JSON data type.
Data type and value implementations.
-
Uses of JSONItemType in org.h2.expression.condition
Fields in org.h2.expression.condition declared as JSONItemTypeConstructors in org.h2.expression.condition with parameters of type JSONItemTypeModifierConstructorDescriptionIsJsonPredicate
(Expression left, boolean not, boolean whenOperand, boolean withUniqueKeys, JSONItemType itemType) -
Uses of JSONItemType in org.h2.util.json
Fields in org.h2.util.json declared as JSONItemTypeModifier and TypeFieldDescriptionprivate JSONItemType
JSONValidationTargetWithoutUniqueKeys.type
private JSONItemType
JSONValidationTargetWithUniqueKeys.type
Methods in org.h2.util.json that return JSONItemTypeModifier and TypeMethodDescriptionabstract JSONItemType
JSONValidationTarget.getResult()
JSONValidationTargetWithoutUniqueKeys.getResult()
JSONValidationTargetWithUniqueKeys.getResult()
static JSONItemType
Returns the enum constant of this type with the specified name.static JSONItemType[]
JSONItemType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.h2.util.json with parameters of type JSONItemTypeModifier and TypeMethodDescriptionprivate void
JSONValidationTargetWithoutUniqueKeys.afterValue
(JSONItemType type) private void
JSONValidationTargetWithUniqueKeys.afterValue
(JSONItemType type) boolean
JSONItemType.includes
(JSONItemType type) Checks whether this item type includes the specified item type. -
Uses of JSONItemType in org.h2.value
Methods in org.h2.value that return JSONItemType