Uses of Class
org.h2.value.ValueChar
-
Packages that use ValueChar Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueChar in org.h2.value
Methods in org.h2.value that return ValueChar Modifier and Type Method Description ValueCharValue. convertToChar()Converts this value to a CHAR value.private ValueCharValue. convertToChar(TypeInfo targetType, CastDataProvider provider, int conversionMode, java.lang.Object column)static ValueCharValueChar. get(java.lang.String s)Get or create a CHAR value for the given string.
-