com.ibm.task.api
Interface QueryColumnType
- public interface QueryColumnType
Since:
5.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
TYPE_BINARY
States that the values in the column are binaries.
|
|
TYPE_BOOLEAN
States that the values in the column are booleans.
|
|
TYPE_ID
States that the values in the column are object identifiers.
|
|
TYPE_NUMBER
States that the values in the column are numbers.
|
|
TYPE_STRING
States that the values in the column are strings.
|
|
TYPE_TIMESTAMP
States that the values in the column are timestamps.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
TYPE_STRING
- static final short TYPE_STRING
States that the values in the column are strings.
See Also:
TYPE_NUMBER
- static final short TYPE_NUMBER
States that the values in the column are numbers.
See Also:
TYPE_TIMESTAMP
- static final short TYPE_TIMESTAMP
States that the values in the column are timestamps.
See Also:
TYPE_BINARY
- static final short TYPE_BINARY
States that the values in the column are binaries.
See Also:
TYPE_BOOLEAN
- static final short TYPE_BOOLEAN
States that the values in the column are booleans.
See Also:
TYPE_ID
- static final short TYPE_ID
States that the values in the column are object identifiers.
See Also: