com.ibm.task.api

Interface QueryColumnType


  1. public interface QueryColumnType
This interface defines symbolic constants for all column types of a query result set.
Since:
5.1

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. short
TYPE_BINARY
States that the values in the column are binaries.
  1. static
  2. short
TYPE_BOOLEAN
States that the values in the column are booleans.
  1. static
  2. short
TYPE_ID
States that the values in the column are object identifiers.
  1. static
  2. short
TYPE_NUMBER
States that the values in the column are numbers.
  1. static
  2. short
TYPE_STRING
States that the values in the column are strings.
  1. static
  2. short
TYPE_TIMESTAMP
States that the values in the column are timestamps.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

TYPE_STRING

  1. static final short TYPE_STRING
States that the values in the column are strings.
See Also:

TYPE_NUMBER

  1. static final short TYPE_NUMBER
States that the values in the column are numbers.
See Also:

TYPE_TIMESTAMP

  1. static final short TYPE_TIMESTAMP
States that the values in the column are timestamps.
See Also:

TYPE_BINARY

  1. static final short TYPE_BINARY
States that the values in the column are binaries.
See Also:

TYPE_BOOLEAN

  1. static final short TYPE_BOOLEAN
States that the values in the column are booleans.
See Also:

TYPE_ID

  1. static final short TYPE_ID
States that the values in the column are object identifiers.
See Also: