Uses of Class
org.h2.value.ValueTinyint
-
Packages that use ValueTinyint Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueTinyint in org.h2.value
Methods in org.h2.value that return ValueTinyint Modifier and Type Method Description private static ValueTinyint
ValueTinyint. checkRange(int x)
ValueTinyint
Value. convertToTinyint(java.lang.Object column)
Converts this value to a TINYINT value.static ValueTinyint
ValueTinyint. get(byte i)
Get or create a TINYINT value for the given byte.
-