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 ValueIntegerDatabaseMetaLocal.COLUMN_NO_NULLSprivate static final ValueIntegerDatabaseMetaLocal.COLUMN_NULLABLE -
Uses of ValueInteger in org.h2.value
Fields in org.h2.value declared as ValueIntegerModifier and TypeFieldDescriptionprivate static final ValueInteger[]ValueInteger.DYNAMIC_CACHEprivate static final ValueInteger[]ValueInteger.STATIC_CACHEMethods in org.h2.value that return ValueIntegerModifier and TypeMethodDescriptionprivate static ValueIntegerValueInteger.checkRange(long x) final 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.