Uses of Class
org.h2.value.ValueInteger
Packages that use ValueInteger
-
Uses of ValueInteger in org.h2.value
Methods in org.h2.value that return ValueIntegerModifier and TypeMethodDescriptionfinal ValueIntegerValue.convertToInt(Object column) Converts this value to a INT value.static ValueIntegerValueInteger.get(int i) Get or create an INTEGER value for the given int.