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 ValueSmallint
DatabaseMetaLocal. BEST_ROW_NOT_PSEUDO
private static ValueSmallint
DatabaseMetaLocal. BEST_ROW_SESSION
private static ValueSmallint
DatabaseMetaLocal. COLUMN_NO_NULLS_SMALL
private static ValueSmallint
DatabaseMetaLocal. COLUMN_NULLABLE_UNKNOWN_SMALL
private static ValueSmallint
DatabaseMetaLocal. IMPORTED_KEY_CASCADE
private static ValueSmallint
DatabaseMetaLocal. IMPORTED_KEY_DEFAULT
private static ValueSmallint
DatabaseMetaLocal. IMPORTED_KEY_NOT_DEFERRABLE
private static ValueSmallint
DatabaseMetaLocal. IMPORTED_KEY_RESTRICT
private static ValueSmallint
DatabaseMetaLocal. IMPORTED_KEY_SET_NULL
private static ValueSmallint
DatabaseMetaLocal. PROCEDURE_COLUMN_IN
private static ValueSmallint
DatabaseMetaLocal. PROCEDURE_COLUMN_RETURN
private static ValueSmallint
DatabaseMetaLocal. PROCEDURE_NO_RESULT
private static ValueSmallint
DatabaseMetaLocal. PROCEDURE_RETURNS_RESULT
private static ValueSmallint
DatabaseMetaLocal. TABLE_INDEX_HASHED
private static ValueSmallint
DatabaseMetaLocal. TABLE_INDEX_OTHER
private static ValueSmallint
DatabaseMetaLocal. TYPE_NULLABLE
private static ValueSmallint
DatabaseMetaLocal. TYPE_SEARCHABLE
Methods in org.h2.jdbc.meta that return ValueSmallint Modifier and Type Method Description private static ValueSmallint
DatabaseMetaLocal. getRefAction(ConstraintActionType action)
Methods in org.h2.jdbc.meta with parameters of type ValueSmallint Modifier and Type Method Description private void
DatabaseMetaLocal. 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 ValueSmallint
ValueSmallint. checkRange(int x)
ValueSmallint
Value. convertToSmallint(java.lang.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.
-