Uses of Class
org.h2.value.ValueInteger
Packages that use ValueInteger
Package
Description
Implementation of the JDBC database metadata API (package java.sql).
Data type and value implementations.
-
Uses of ValueInteger in org.h2.jdbc.meta
Fields in org.h2.jdbc.meta declared as ValueIntegerModifier and TypeFieldDescriptionprivate static final ValueInteger
DatabaseMetaLocal.COLUMN_NO_NULLS
private static final ValueInteger
DatabaseMetaLocal.COLUMN_NULLABLE
-
Uses of ValueInteger in org.h2.value
Fields in org.h2.value declared as ValueIntegerModifier and TypeFieldDescriptionprivate static final ValueInteger[]
ValueInteger.DYNAMIC_CACHE
private static final ValueInteger[]
ValueInteger.STATIC_CACHE
Methods in org.h2.value that return ValueIntegerModifier and TypeMethodDescriptionprivate static ValueInteger
ValueInteger.checkRange
(long x) final ValueInteger
Value.convertToInt
(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.