Parameter
|
Type
|
Description
|
INPUT
|
||
hstmt
|
long
|
The statement handle.
|
hcol
|
long
|
The column handle.
|
bFirst
|
int
|
Pass in 1 to get the first alias and 0 to get next.
|
OUTPUT
|
||
pAliasName
|
StringBuffer
|
The result alias name.
|
phColAlias
|
xo_long
|
The result alias column handle. Use this column handle when the IP returns a 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.
|