com.ibm.task.api
Interface QueryColumnType


public interface QueryColumnType

This interface defines symbolic constants for all column types of a query result set.

Since:
5.1

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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

TYPE_STRING

static final short TYPE_STRING
States that the values in the column are strings.

See Also:
Constant Field Values

TYPE_NUMBER

static final short TYPE_NUMBER
States that the values in the column are numbers.

See Also:
Constant Field Values

TYPE_TIMESTAMP

static final short TYPE_TIMESTAMP
States that the values in the column are timestamps.

See Also:
Constant Field Values

TYPE_BINARY

static final short TYPE_BINARY
States that the values in the column are binaries.

See Also:
Constant Field Values

TYPE_BOOLEAN

static final short TYPE_BOOLEAN
States that the values in the column are booleans.

See Also:
Constant Field Values

TYPE_ID

static final short TYPE_ID
States that the values in the column are object identifiers.

See Also:
Constant Field Values