Parameter
|
Type
|
Description
|
IN
|
||
hcol
|
DAM_HCOL
|
The column handle.
|
OUT
|
||
piColNum
|
int *
|
The column number as defined in the schema database.
|
pColName
|
char *
OAWCHAR *
|
The column name.
|
piXOType
|
int *
|
The data type (see Table 33).
|
piColType
|
int *
|
How the column appears in the query is specified by the setting of one or more of the following flags:
DAM_COL_IN_SCHEMA - column is defined in the schema database. This flag applies to all columns.
DAM_COL_IN_RESULT - column is part of the SELECT list.
DAM_COL_IN_CONDITION - column is part of the WHERE clause.
DAM_COL_IN_UPDATE_VAL_EXP - column is part of an update value expression.
DAM_COL_IN_USE - column is in use. This parameter is equal to setting all of the following flags: DAM_COL_IN_RESULT, DAM_COL_IN_CONDITION, and DAM_COL_IN_UPDATE_VAL_EXP.
|
RETURN
|
||
NONE
|