Uses of Class
org.h2.value.ValueSmallint
Packages that use ValueSmallint
-
Uses of ValueSmallint in org.h2.value
Methods in org.h2.value that return ValueSmallintModifier and TypeMethodDescriptionfinal ValueSmallintValue.convertToSmallint(Object column) Converts this value to a SMALLINT value.static ValueSmallintValueSmallint.get(short i) Get or create a SMALLINT value for the given short.