Parameter
|
Type
|
Description
|
IN
|
||
hstmt
|
DAM_HSTMT
|
The statement handle.
|
hcol
|
DAM_HCOL
|
The column handle.
|
bFirst
|
int
|
Valid values are:
TRUE - gets the first alias.
FALSE - gets the next alias.
|
OUT
|
||
pAliasName
|
char *
OAWCHAR *
|
The result Alias name.
|
phColAlias
|
DAM_HCOL *
|
The result Alias Column handle. This column handle should be used when IP returns value for the result column using dam_addColAliasValToRow.
|
RETURN
|
||
int
|
DAM_SUCCESS - on success
DAM_FAILURE - on failure
DAM_NOT_AVAILABLE - when no result columns match the input column handle
|