Uses of Class
org.h2.value.ValueTinyint
Packages that use ValueTinyint
-
Uses of ValueTinyint in org.h2.value
Methods in org.h2.value that return ValueTinyintModifier and TypeMethodDescriptionprivate static ValueTinyintValueTinyint.checkRange(int x) final ValueTinyintValue.convertToTinyint(Object column) Converts this value to a TINYINT value.static ValueTinyintValueTinyint.get(byte i) Get or create a TINYINT value for the given byte.