|
|
|
Value |
|
int |
ARRAY |
The type code that identifies the SQL type ARRAY. |
2003 |
0x000007d3 |
int |
BIGINT |
The type code that identifies the SQL type BIGINT. |
-5 |
0xfffffffb |
int |
BINARY |
The type code that identifies the SQL type BINARY. |
-2 |
0xfffffffe |
int |
BIT |
The type code that identifies the SQL type BIT. |
-7 |
0xfffffff9 |
int |
BLOB |
The type code that identifies the SQL type BLOB. |
2004 |
0x000007d4 |
int |
BOOLEAN |
The type code that identifies the SQL type BOOLEAN. |
16 |
0x00000010 |
int |
CHAR |
The type code that identifies the SQL type CHAR. |
1 |
0x00000001 |
int |
CLOB |
The type code that identifies the SQL type CLOB. |
2005 |
0x000007d5 |
int |
DATALINK |
The type code that identifies the SQL type DATALINK. |
70 |
0x00000046 |
int |
DATE |
The type code that identifies the SQL type DATE. |
91 |
0x0000005b |
int |
DECIMAL |
The type code that identifies the SQL type DECIMAL. |
3 |
0x00000003 |
int |
DISTINCT |
The type code that identifies the SQL type DISTINCT. |
2001 |
0x000007d1 |
int |
DOUBLE |
The type code that identifies the SQL type DOUBLE. |
8 |
0x00000008 |
int |
FLOAT |
The type code that identifies the SQL type FLOAT. |
6 |
0x00000006 |
int |
INTEGER |
The type code that identifies the SQL type INTEGER. |
4 |
0x00000004 |
int |
JAVA_OBJECT |
The type code that identifies the SQL type JAVA_OBJECT. |
2000 |
0x000007d0 |
int |
LONGVARBINARY |
The type code that identifies the SQL type LONGVARBINARY. |
-4 |
0xfffffffc |
int |
LONGVARCHAR |
The type code that identifies the SQL type LONGVARCHAR. |
-1 |
0xffffffff |
int |
NULL |
The type code that identifies the SQL type NULL. |
0 |
0x00000000 |
int |
NUMERIC |
The type code that identifies the SQL type NUMERIC. |
2 |
0x00000002 |
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 . |
1111 |
0x00000457 |
int |
REAL |
The type code that identifies the SQL type REAL. |
7 |
0x00000007 |
int |
REF |
The type code that identifies the SQL type REF. |
2006 |
0x000007d6 |
int |
SMALLINT |
The type code that identifies the SQL type SMALLINT. |
5 |
0x00000005 |
int |
STRUCT |
The type code that identifies the SQL type STRUCT. |
2002 |
0x000007d2 |
int |
TIME |
The type code that identifies the SQL type TIME. |
92 |
0x0000005c |
int |
TIMESTAMP |
The type code that identifies the SQL type TIMESTAMP. |
93 |
0x0000005d |
int |
TINYINT |
The type code that identifies the SQL type TINYINT. |
-6 |
0xfffffffa |
int |
VARBINARY |
The type code that identifies the SQL type VARBINARY. |
-3 |
0xfffffffd |
int |
VARCHAR |
The type code that identifies the SQL type VARCHAR. |
12 |
0x0000000c |