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 ValueChar
Value. convertToChar()
Converts this value to a CHAR value.private ValueChar
Value. convertToChar(TypeInfo targetType, CastDataProvider provider, int conversionMode, java.lang.Object column)
static ValueChar
ValueChar. get(java.lang.String s)
Get or create a CHAR value for the given string.
-