Uses of Class
org.h2.value.ValueInteger
-
Packages that use ValueInteger Package Description org.h2.jdbc.meta Implementation of the JDBC database metadata API (package java.sql).org.h2.value Data type and value implementations. -
-
Uses of ValueInteger in org.h2.jdbc.meta
Fields in org.h2.jdbc.meta declared as ValueInteger Modifier and Type Field Description private static ValueIntegerDatabaseMetaLocal. COLUMN_NO_NULLSprivate static ValueIntegerDatabaseMetaLocal. COLUMN_NULLABLE -
Uses of ValueInteger in org.h2.value
Fields in org.h2.value declared as ValueInteger Modifier and Type Field Description private static ValueInteger[]ValueInteger. DYNAMIC_CACHEprivate static ValueInteger[]ValueInteger. STATIC_CACHEMethods in org.h2.value that return ValueInteger Modifier and Type Method Description private static ValueIntegerValueInteger. checkRange(long x)ValueIntegerValue. convertToInt(java.lang.Object column)Converts this value to a INT value.static ValueIntegerValueInteger. get(int i)Get or create an INTEGER value for the given int.
-