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 ValueInteger
DatabaseMetaLocal. COLUMN_NO_NULLS
private static ValueInteger
DatabaseMetaLocal. 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_CACHE
private static ValueInteger[]
ValueInteger. STATIC_CACHE
Methods in org.h2.value that return ValueInteger Modifier and Type Method Description private static ValueInteger
ValueInteger. checkRange(long x)
ValueInteger
Value. convertToInt(java.lang.Object column)
Converts this value to a INT value.static ValueInteger
ValueInteger. get(int i)
Get or create an INTEGER value for the given int.
-