|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Please refer to java.sql.Types for documentation on the types defined in this class.
Field Summary | |
static short |
BIGINT
large integer data type |
static short |
BIT
binary data type |
static short |
BLOB
large variable length binary data type |
static short |
CHAR
fixed CHAR data type |
static short |
DATE
integer DATE data type |
static short |
DECIMAL
decimal data type |
static short |
DOUBLE
large floating point data type |
static short |
FLOAT
floating point data type |
static short |
INTEGER
integer data type |
static short |
LONGVARCHAR
variable length, large CHAR data type |
static short |
NULL
NULL value |
static short |
NUMERIC
numeric data type |
static short |
REAL
floating point data type |
static short |
SMALLINT
2-byte integer data type |
static short |
TIME
integer TIME data type |
static short |
TIMESTAMP
4-byte DATE and TIME data type |
static short |
TINYINT
one byte integer data type |
static short |
VARCHAR
variable length CHAR data type |
Field Detail |
public static final short NULL
public static final short CHAR
public static final short LONGVARCHAR
public static final short NUMERIC
public static final short DECIMAL
public static final short INTEGER
public static final short SMALLINT
public static final short BIGINT
public static final short TINYINT
public static final short FLOAT
public static final short BIT
public static final short REAL
public static final short DOUBLE
public static final short VARCHAR
public static final short DATE
public static final short TIME
public static final short TIMESTAMP
public static final short BLOB
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |