|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryColumnType
This interface defines symbolic constants for all column types of a query result set.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static short |
TYPE_BINARY
States that the values in the column are binaries. |
static short |
TYPE_BOOLEAN
States that the values in the column are booleans. |
static short |
TYPE_ID
States that the values in the column are object identifiers. |
static short |
TYPE_NUMBER
States that the values in the column are numbers. |
static short |
TYPE_STRING
States that the values in the column are strings. |
static short |
TYPE_TIMESTAMP
States that the values in the column are timestamps. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final short TYPE_STRING
static final short TYPE_NUMBER
static final short TYPE_TIMESTAMP
static final short TYPE_BINARY
static final short TYPE_BOOLEAN
static final short TYPE_ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |