Uses of Class
org.h2.value.ExtTypeInfoEnum
Packages that use ExtTypeInfoEnum
-
Uses of ExtTypeInfoEnum in org.h2.value
Methods in org.h2.value that return ExtTypeInfoEnumModifier and TypeMethodDescriptionValueEnum.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 ExtTypeInfoEnumModifier and TypeMethodDescriptionfinal ValueEnumValue.convertToEnum(ExtTypeInfoEnum extTypeInfo, CastDataProvider provider) Converts this value to an ENUM value.