Parameter
|
Type
|
Description
|
IN
|
|
|
hstmt
|
int64
|
The statement handle
|
hcol
|
int64
|
The column handle
|
bFirst
|
int
|
Pass in 1 to get the first alias and 0 to get the next alias.
|
OUT
|
|
|
pAliasName
|
StringBuilder
|
The result alias name
|
phColAlias
|
int64
|
The result alias column handle. This column handle should be used when IP returns value for the result column using dam_addColAliasxxxValToRow.
|
RETURN
|
|
|
|
int
|
DAM_SUCCESS – on success
DAM_FAILURE – on failure
DAM_NOT_AVAILABLE – when no result columns match the input column handle.
|