Uses of Class
org.h2.value.ExtTypeInfoEnum
-
Packages that use ExtTypeInfoEnum Package Description org.h2.value Data type and value implementations. -
-
Uses of ExtTypeInfoEnum in org.h2.value
Fields in org.h2.value declared as ExtTypeInfoEnum Modifier and Type Field Description private ExtTypeInfoEnumValueEnum. enumeratorsMethods in org.h2.value that return ExtTypeInfoEnum Modifier and Type Method Description ExtTypeInfoEnumValueEnum. getEnumerators()static ExtTypeInfoEnumExtTypeInfoEnum. 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 ExtTypeInfoEnum Modifier and Type Method Description ValueEnumValue. convertToEnum(ExtTypeInfoEnum extTypeInfo, CastDataProvider provider)Converts this value to an ENUM value.Constructors in org.h2.value with parameters of type ExtTypeInfoEnum Constructor Description ValueEnum(ExtTypeInfoEnum enumerators, java.lang.String label, int ordinal)
-