Field Summary |
|
final public static int | ARRAY The type code that identifies the SQL type ARRAY. |
final public static int | BIGINT The type code that identifies the SQL type BIGINT. |
final public static int | BINARY The type code that identifies the SQL type BINARY. |
final public static int | BIT The type code that identifies the SQL type BIT. |
final public static int | BLOB The type code that identifies the SQL type BLOB. |
final public static int | BOOLEAN The type code that identifies the SQL type BOOLEAN. |
final public static int | CHAR The type code that identifies the SQL type CHAR. |
final public static int | CLOB The type code that identifies the SQL type CLOB. |
final public static int | DATALINK The type code that identifies the SQL type DATALINK. |
final public static int | DATE The type code that identifies the SQL type DATE. |
final public static int | DECIMAL The type code that identifies the SQL type DECIMAL. |
final public static int | DISTINCT The type code that identifies the SQL type DISTINCT. |
final public static int | DOUBLE The type code that identifies the SQL type DOUBLE. |
final public static int | FLOAT The type code that identifies the SQL type FLOAT. |
final public static int | INTEGER The type code that identifies the SQL type INTEGER. |
final public static int | JAVA_OBJECT The type code that identifies the SQL type JAVA_OBJECT. |
final public static int | LONGVARBINARY The type code that identifies the SQL type LONGVARBINARY. |
final public static int | LONGVARCHAR The type code that identifies the SQL type LONGVARCHAR. |
final public static int | NULL The type code that identifies the SQL type NULL. |
final public static int | NUMERIC The type code that identifies the SQL type NUMERIC. |
final public static int | OTHER The type code that identifies that the SQL type is database specific and
is mapped to a Java object, accessed via the methods
getObject and setObject . |
final public static int | REAL The type code that identifies the SQL type REAL. |
final public static int | REF The type code that identifies the SQL type REF. |
final public static int | SMALLINT The type code that identifies the SQL type SMALLINT. |
final public static int | STRUCT The type code that identifies the SQL type STRUCT. |
final public static int | TIME The type code that identifies the SQL type TIME. |
final public static int | TIMESTAMP The type code that identifies the SQL type TIMESTAMP. |
final public static int | TINYINT The type code that identifies the SQL type TINYINT. |
final public static int | VARBINARY The type code that identifies the SQL type VARBINARY. |
final public static int | VARCHAR The type code that identifies the SQL type VARCHAR. |