Uses of Class
org.h2.value.ValueSmallint
Packages that use ValueSmallint
Package
Description
Implementation of the JDBC database metadata API (package java.sql).
Data type and value implementations.
-
Uses of ValueSmallint in org.h2.jdbc.meta
Fields in org.h2.jdbc.meta declared as ValueSmallintModifier and TypeFieldDescriptionprivate static final ValueSmallint
DatabaseMetaLocal.BEST_ROW_NOT_PSEUDO
private static final ValueSmallint
DatabaseMetaLocal.BEST_ROW_SESSION
private static final ValueSmallint
DatabaseMetaLocal.COLUMN_NO_NULLS_SMALL
private static final ValueSmallint
DatabaseMetaLocal.COLUMN_NULLABLE_UNKNOWN_SMALL
private static final ValueSmallint
DatabaseMetaLocal.IMPORTED_KEY_CASCADE
private static final ValueSmallint
DatabaseMetaLocal.IMPORTED_KEY_DEFAULT
private static final ValueSmallint
DatabaseMetaLocal.IMPORTED_KEY_NOT_DEFERRABLE
private static final ValueSmallint
DatabaseMetaLocal.IMPORTED_KEY_RESTRICT
private static final ValueSmallint
DatabaseMetaLocal.IMPORTED_KEY_SET_NULL
private static final ValueSmallint
DatabaseMetaLocal.PROCEDURE_COLUMN_IN
private static final ValueSmallint
DatabaseMetaLocal.PROCEDURE_COLUMN_RETURN
private static final ValueSmallint
DatabaseMetaLocal.PROCEDURE_NO_RESULT
private static final ValueSmallint
DatabaseMetaLocal.PROCEDURE_RETURNS_RESULT
private static final ValueSmallint
DatabaseMetaLocal.TABLE_INDEX_HASHED
private static final ValueSmallint
DatabaseMetaLocal.TABLE_INDEX_OTHER
private static final ValueSmallint
DatabaseMetaLocal.TYPE_NULLABLE
private static final ValueSmallint
DatabaseMetaLocal.TYPE_SEARCHABLE
Methods in org.h2.jdbc.meta that return ValueSmallintModifier and TypeMethodDescriptionprivate static ValueSmallint
DatabaseMetaLocal.getRefAction
(ConstraintActionType action) Methods in org.h2.jdbc.meta with parameters of type ValueSmallintModifier and TypeMethodDescriptionprivate void
DatabaseMetaLocal.getProceduresAdd
(SimpleResult result, Value catalogValue, Value schemaValue, Value procedureNameValue, String comment, ValueSmallint procedureType, Value specificNameValue) -
Uses of ValueSmallint in org.h2.value
Methods in org.h2.value that return ValueSmallintModifier and TypeMethodDescriptionprivate static ValueSmallint
ValueSmallint.checkRange
(int x) final ValueSmallint
Value.convertToSmallint
(Object column) Converts this value to a SMALLINT value.static ValueSmallint
ValueSmallint.get
(short i) Get or create a SMALLINT value for the given short.