java.lang.Object | |
↳ | java.sql.Types |
A class which defines constants used to identify generic SQL types, also called JDBC types. The type constant values are equivalent to those defined by X/OPEN.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ARRAY |
The type code that identifies the SQL type
ARRAY
.
|
|||||||||
int | BIGINT |
The type code that identifies the SQL type
BIGINT
.
|
|||||||||
int | BINARY |
The type code that identifies the SQL type
BINARY
.
|
|||||||||
int | BIT |
The type code that identifies the SQL type
BIT
.
|
|||||||||
int | BLOB |
The type code that identifies the SQL type
BLOB
.
|
|||||||||
int | BOOLEAN |
The type code that identifies the SQL type
BOOLEAN
.
|
|||||||||
int | CHAR |
The type code that identifies the SQL type
CHAR
.
|
|||||||||
int | CLOB |
The type code that identifies the SQL type
CLOB
.
|
|||||||||
int | DATALINK |
The type code that identifies the SQL type
DATALINK
.
|
|||||||||
int | DATE |
The type code that identifies the SQL type
DATE
.
|
|||||||||
int | DECIMAL |
The type code that identifies the SQL type
DECIMAL
.
|
|||||||||
int | DISTINCT |
The type code that identifies the SQL type
DISTINCT
.
|
|||||||||
int | DOUBLE |
The type code that identifies the SQL type
DOUBLE
.
|
|||||||||
int | FLOAT |
The type code that identifies the SQL type
FLOAT
.
|
|||||||||
int | INTEGER |
The type code that identifies the SQL type
INTEGER
.
|
|||||||||
int | JAVA_OBJECT |
The type code that identifies the SQL type
JAVA_OBJECT
.
|
|||||||||
int | LONGNVARCHAR | The type code that identifies the SQL type LONGNVARCHAR. | |||||||||
int | LONGVARBINARY |
The type code that identifies the SQL type
LONGVARBINARY
.
|
|||||||||
int | LONGVARCHAR |
The type code that identifies the SQL type
LONGVARCHAR
.
|
|||||||||
int | NCHAR | The type code that identifies the SQL type NCHAR. | |||||||||
int | NCLOB | The type code that identifies the SQL type NCLOB. | |||||||||
int | NULL |
The type code that identifies the SQL type
NULL
.
|
|||||||||
int | NUMERIC |
The type code that identifies the SQL type
NUMERIC
.
|
|||||||||
int | NVARCHAR | The type code that identifies the SQL type NVARCHAR. | |||||||||
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
.
|
|||||||||
int | REAL |
The type code that identifies the SQL type
REAL
.
|
|||||||||
int | REF |
The type code that identifies the SQL type
REF
.
|
|||||||||
int | ROWID | The type code that identifies the SQL type ROWID. | |||||||||
int | SMALLINT |
The type code that identifies the SQL type
SMALLINT
.
|
|||||||||
int | SQLXML | The type code that identifies the SQL type SQLXML. | |||||||||
int | STRUCT |
The type code that identifies the SQL type
STRUCT
.
|
|||||||||
int | TIME |
The type code that identifies the SQL type
TIME
.
|
|||||||||
int | TIMESTAMP |
The type code that identifies the SQL type
TIMESTAMP
.
|
|||||||||
int | TINYINT |
The type code that identifies the SQL type
TINYINT
.
|
|||||||||
int | VARBINARY |
The type code that identifies the SQL type
VARBINARY
.
|
|||||||||
int | VARCHAR |
The type code that identifies the SQL type
VARCHAR
.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The type code that identifies the SQL type
ARRAY
.
The type code that identifies the SQL type
BIGINT
.
The type code that identifies the SQL type
BINARY
.
The type code that identifies the SQL type
BIT
.
The type code that identifies the SQL type
BLOB
.
The type code that identifies the SQL type
BOOLEAN
.
The type code that identifies the SQL type
CHAR
.
The type code that identifies the SQL type
CLOB
.
The type code that identifies the SQL type
DATALINK
.
The type code that identifies the SQL type
DATE
.
The type code that identifies the SQL type
DECIMAL
.
The type code that identifies the SQL type
DISTINCT
.
The type code that identifies the SQL type
DOUBLE
.
The type code that identifies the SQL type
FLOAT
.
The type code that identifies the SQL type
INTEGER
.
The type code that identifies the SQL type
JAVA_OBJECT
.
The type code that identifies the SQL type LONGNVARCHAR.
The type code that identifies the SQL type
LONGVARBINARY
.
The type code that identifies the SQL type
LONGVARCHAR
.
The type code that identifies the SQL type NCHAR.
The type code that identifies the SQL type NCLOB.
The type code that identifies the SQL type
NULL
.
The type code that identifies the SQL type
NUMERIC
.
The type code that identifies the SQL type NVARCHAR.
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
.
The type code that identifies the SQL type
REAL
.
The type code that identifies the SQL type
REF
.
The type code that identifies the SQL type ROWID.
The type code that identifies the SQL type
SMALLINT
.
The type code that identifies the SQL type SQLXML.
The type code that identifies the SQL type
STRUCT
.
The type code that identifies the SQL type
TIME
.
The type code that identifies the SQL type
TIMESTAMP
.
The type code that identifies the SQL type
TINYINT
.
The type code that identifies the SQL type
VARBINARY
.
The type code that identifies the SQL type
VARCHAR
.