public class Types extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ARRAY
The type code that identifies the SQL type
ARRAY . |
static int |
BIGINT
The type code that identifies the SQL type
BIGINT . |
static int |
BINARY
The type code that identifies the SQL type
BINARY . |
static int |
BIT
The type code that identifies the SQL type
BIT . |
static int |
BLOB
The type code that identifies the SQL type
BLOB . |
static int |
BOOLEAN
The type code that identifies the SQL type
BOOLEAN . |
static int |
CHAR
The type code that identifies the SQL type
CHAR . |
static int |
CLOB
The type code that identifies the SQL type
CLOB . |
static int |
DATALINK
The type code that identifies the SQL type
DATALINK . |
static int |
DATE
The type code that identifies the SQL type
DATE . |
static int |
DECIMAL
The type code that identifies the SQL type
DECIMAL . |
static int |
DISTINCT
The type code that identifies the SQL type
DISTINCT . |
static int |
DOUBLE
The type code that identifies the SQL type
DOUBLE . |
static int |
FLOAT
The type code that identifies the SQL type
FLOAT . |
static int |
INTEGER
The type code that identifies the SQL type
INTEGER . |
static int |
JAVA_OBJECT
The type code that identifies the SQL type
JAVA_OBJECT . |
static int |
LONGNVARCHAR
The type code that identifies the SQL type LONGNVARCHAR.
|
static int |
LONGVARBINARY
The type code that identifies the SQL type
LONGVARBINARY . |
static int |
LONGVARCHAR
The type code that identifies the SQL type
LONGVARCHAR . |
static int |
NCHAR
The type code that identifies the SQL type NCHAR.
|
static int |
NCLOB
The type code that identifies the SQL type NCLOB.
|
static int |
NULL
The type code that identifies the SQL type
NULL . |
static int |
NUMERIC
The type code that identifies the SQL type
NUMERIC . |
static int |
NVARCHAR
The type code that identifies the SQL type NVARCHAR.
|
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 . |
static int |
REAL
The type code that identifies the SQL type
REAL . |
static int |
REF
The type code that identifies the SQL type
REF . |
static int |
ROWID
The type code that identifies the SQL type ROWID.
|
static int |
SMALLINT
The type code that identifies the SQL type
SMALLINT . |
static int |
SQLXML
The type code that identifies the SQL type SQLXML.
|
static int |
STRUCT
The type code that identifies the SQL type
STRUCT . |
static int |
TIME
The type code that identifies the SQL type
TIME . |
static int |
TIMESTAMP
The type code that identifies the SQL type
TIMESTAMP . |
static int |
TINYINT
The type code that identifies the SQL type
TINYINT . |
static int |
VARBINARY
The type code that identifies the SQL type
VARBINARY . |
static int |
VARCHAR
The type code that identifies the SQL type
VARCHAR . |
public static final int ARRAY
ARRAY
.public static final int BIGINT
BIGINT
.public static final int BINARY
BINARY
.public static final int BIT
BIT
.public static final int BLOB
BLOB
.public static final int BOOLEAN
BOOLEAN
.public static final int CHAR
CHAR
.public static final int CLOB
CLOB
.public static final int DATALINK
DATALINK
.public static final int DATE
DATE
.public static final int DECIMAL
DECIMAL
.public static final int DISTINCT
DISTINCT
.public static final int DOUBLE
DOUBLE
.public static final int FLOAT
FLOAT
.public static final int INTEGER
INTEGER
.public static final int JAVA_OBJECT
JAVA_OBJECT
.public static final int LONGVARBINARY
LONGVARBINARY
.public static final int LONGVARCHAR
LONGVARCHAR
.public static final int NULL
NULL
.public static final int NUMERIC
NUMERIC
.public static final int OTHER
getObject
and setObject
.public static final int REAL
REAL
.public static final int REF
REF
.public static final int SMALLINT
SMALLINT
.public static final int STRUCT
STRUCT
.public static final int TIME
TIME
.public static final int TIMESTAMP
TIMESTAMP
.public static final int TINYINT
TINYINT
.public static final int VARBINARY
VARBINARY
.public static final int VARCHAR
VARCHAR
.public static final int ROWID
public static final int NCHAR
public static final int NVARCHAR
public static final int LONGNVARCHAR
public static final int NCLOB
public static final int SQLXML