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 ValueTinyint
ValueTinyint.checkRange
(int x) final ValueTinyint
Value.convertToTinyint
(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.