Uses of Class
org.h2.value.ValueEnum
-
Packages that use ValueEnum Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueEnum in org.h2.value
Methods in org.h2.value that return ValueEnum Modifier and Type Method Description ValueEnumValue. convertToEnum(ExtTypeInfoEnum extTypeInfo, CastDataProvider provider)Converts this value to an ENUM value.ValueEnumExtTypeInfoEnum. getValue(int ordinal, CastDataProvider provider)Get ValueEnum instance for an ordinal.ValueEnumExtTypeInfoEnum. getValue(java.lang.String label, CastDataProvider provider)Get ValueEnum instance for a label string.private ValueEnumExtTypeInfoEnum. getValueOrNull(java.lang.String label, CastDataProvider provider)
-