Parameter
|
Type
|
Description
|
IN
|
|
|
hstmt
|
int64
|
The statement handle
|
iColType
|
int
|
Identifies the column list to navigate. Use a bitwise OR ( | ) of the following flags to scan through columns that are in multiple categories:
DAM_COL_IN_SCHEMA – list of all columns as defined in the schema database
DAM_COL_IN_RESULT – list of columns that are part of the result set
DAM_COL_IN_CONDITION – list of columns that are in the WHERE clause
DAM_COL_IN_UPDATE_VAL_EXP – list of all columns that are part of update value expressions.
DAM_COL_IN_USE – list of columns that are either part of the result or are in the WHERE clause. The row passed to dam_addRowToTable must include at minimum all the columns in this list.
|
RETURN
|
|
|
|
int64
|
The handle to the first column that has the attributes of iColType; otherwise, 0.
|