Uses of Class
org.h2.value.ExtTypeInfoEnum
Packages that use ExtTypeInfoEnum
-
Uses of ExtTypeInfoEnum in org.h2.value
Fields in org.h2.value declared as ExtTypeInfoEnumMethods in org.h2.value that return ExtTypeInfoEnumModifier and TypeMethodDescriptionValueEnum.getEnumerators()
static ExtTypeInfoEnum
ExtTypeInfoEnum.getEnumeratorsForBinaryOperation
(Value left, Value right) Returns enumerators for the two specified values for a binary operation.Methods in org.h2.value with parameters of type ExtTypeInfoEnumModifier and TypeMethodDescriptionfinal ValueEnum
Value.convertToEnum
(ExtTypeInfoEnum extTypeInfo, CastDataProvider provider) Converts this value to an ENUM value.Constructors in org.h2.value with parameters of type ExtTypeInfoEnumModifierConstructorDescription(package private)
ValueEnum
(ExtTypeInfoEnum enumerators, String label, int ordinal)