Uses of Class
org.h2.value.ValueSmallint
-
Packages that use ValueSmallint 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 ValueSmallint in org.h2.jdbc.meta
Fields in org.h2.jdbc.meta declared as ValueSmallint Modifier and Type Field Description private static ValueSmallintDatabaseMetaLocal. BEST_ROW_NOT_PSEUDOprivate static ValueSmallintDatabaseMetaLocal. BEST_ROW_SESSIONprivate static ValueSmallintDatabaseMetaLocal. COLUMN_NO_NULLS_SMALLprivate static ValueSmallintDatabaseMetaLocal. COLUMN_NULLABLE_UNKNOWN_SMALLprivate static ValueSmallintDatabaseMetaLocal. IMPORTED_KEY_CASCADEprivate static ValueSmallintDatabaseMetaLocal. IMPORTED_KEY_DEFAULTprivate static ValueSmallintDatabaseMetaLocal. IMPORTED_KEY_NOT_DEFERRABLEprivate static ValueSmallintDatabaseMetaLocal. IMPORTED_KEY_RESTRICTprivate static ValueSmallintDatabaseMetaLocal. IMPORTED_KEY_SET_NULLprivate static ValueSmallintDatabaseMetaLocal. PROCEDURE_COLUMN_INprivate static ValueSmallintDatabaseMetaLocal. PROCEDURE_COLUMN_RETURNprivate static ValueSmallintDatabaseMetaLocal. PROCEDURE_NO_RESULTprivate static ValueSmallintDatabaseMetaLocal. PROCEDURE_RETURNS_RESULTprivate static ValueSmallintDatabaseMetaLocal. TABLE_INDEX_HASHEDprivate static ValueSmallintDatabaseMetaLocal. TABLE_INDEX_OTHERprivate static ValueSmallintDatabaseMetaLocal. TYPE_NULLABLEprivate static ValueSmallintDatabaseMetaLocal. TYPE_SEARCHABLEMethods in org.h2.jdbc.meta that return ValueSmallint Modifier and Type Method Description private static ValueSmallintDatabaseMetaLocal. getRefAction(ConstraintActionType action)Methods in org.h2.jdbc.meta with parameters of type ValueSmallint Modifier and Type Method Description private voidDatabaseMetaLocal. getProceduresAdd(SimpleResult result, Value catalogValue, Value schemaValue, Value procedureNameValue, java.lang.String comment, ValueSmallint procedureType, Value specificNameValue) -
Uses of ValueSmallint in org.h2.value
Methods in org.h2.value that return ValueSmallint Modifier and Type Method Description private static ValueSmallintValueSmallint. checkRange(int x)ValueSmallintValue. convertToSmallint(java.lang.Object column)Converts this value to a SMALLINT value.static ValueSmallintValueSmallint. get(short i)Get or create a SMALLINT value for the given short.
-