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 ValueTinyintValueTinyint. checkRange(int x)ValueTinyintValue. convertToTinyint(java.lang.Object column)Converts this value to a TINYINT value.static ValueTinyintValueTinyint. get(byte i)Get or create a TINYINT value for the given byte.
-