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
Subclasses with type arguments of type JSONItemType in org.h2.util.jsonModifier and TypeClassDescriptionenumJSON item type.classJSON validation target.Fields in org.h2.util.json declared as JSONItemTypeModifier and TypeFieldDescriptionprivate JSONItemTypeJSONValidationTargetWithoutUniqueKeys.typeprivate JSONItemTypeJSONValidationTargetWithUniqueKeys.typeMethods in org.h2.util.json that return JSONItemTypeModifier and TypeMethodDescriptionabstract JSONItemTypeJSONValidationTarget.getResult()JSONValidationTargetWithoutUniqueKeys.getResult()JSONValidationTargetWithUniqueKeys.getResult()static JSONItemTypeReturns 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 voidJSONValidationTargetWithoutUniqueKeys.afterValue(JSONItemType type) private voidJSONValidationTargetWithUniqueKeys.afterValue(JSONItemType type) booleanJSONItemType.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