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 ValueSmallintDatabaseMetaLocal.BEST_ROW_NOT_PSEUDOprivate static final ValueSmallintDatabaseMetaLocal.BEST_ROW_SESSIONprivate static final ValueSmallintDatabaseMetaLocal.COLUMN_NO_NULLS_SMALLprivate static final ValueSmallintDatabaseMetaLocal.COLUMN_NULLABLE_UNKNOWN_SMALLprivate static final ValueSmallintDatabaseMetaLocal.IMPORTED_KEY_CASCADEprivate static final ValueSmallintDatabaseMetaLocal.IMPORTED_KEY_DEFAULTprivate static final ValueSmallintDatabaseMetaLocal.IMPORTED_KEY_NOT_DEFERRABLEprivate static final ValueSmallintDatabaseMetaLocal.IMPORTED_KEY_RESTRICTprivate static final ValueSmallintDatabaseMetaLocal.IMPORTED_KEY_SET_NULLprivate static final ValueSmallintDatabaseMetaLocal.PROCEDURE_COLUMN_INprivate static final ValueSmallintDatabaseMetaLocal.PROCEDURE_COLUMN_RETURNprivate static final ValueSmallintDatabaseMetaLocal.PROCEDURE_NO_RESULTprivate static final ValueSmallintDatabaseMetaLocal.PROCEDURE_RETURNS_RESULTprivate static final ValueSmallintDatabaseMetaLocal.TABLE_INDEX_HASHEDprivate static final ValueSmallintDatabaseMetaLocal.TABLE_INDEX_OTHERprivate static final ValueSmallintDatabaseMetaLocal.TYPE_NULLABLEprivate static final ValueSmallintDatabaseMetaLocal.TYPE_SEARCHABLEMethods in org.h2.jdbc.meta that return ValueSmallintModifier and TypeMethodDescriptionprivate static ValueSmallintDatabaseMetaLocal.getRefAction(ConstraintActionType action) Methods in org.h2.jdbc.meta with parameters of type ValueSmallintModifier and TypeMethodDescriptionprivate voidDatabaseMetaLocal.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 ValueSmallintValueSmallint.checkRange(int x) final ValueSmallintValue.convertToSmallint(Object column) Converts this value to a SMALLINT value.static ValueSmallintValueSmallint.get(short i) Get or create a SMALLINT value for the given short.