public interface QueryColumnType
Modifier and Type | Field and Description |
---|---|
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.
|
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