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 ExtTypeInfoEnum
ValueEnum. enumerators
Methods in org.h2.value that return ExtTypeInfoEnum Modifier and Type Method Description ExtTypeInfoEnum
ValueEnum. 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 ExtTypeInfoEnum Modifier and Type Method Description ValueEnum
Value. 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)
-