Parameter
|
Type
|
Description
|
INPUT
|
||
hIndexCol
|
long
|
Index column handle as returned by the dam_getFirstIndexCol and dam_getNextIndexCol methods.
|
OUTPUT
|
||
piSeqInIndex
|
xo_int
|
The sequence of this column in the index starting at 1.
|
pszColName
|
StringBuffer
|
The name of the column.
|
piCollation
|
xo_int
|
The collation sequence:
SQL_ORDER_ASC - for ascending
SQL_ORDER_DESC - for descending
|
RETURN
|
||
int
|
DAM_SUCCESS - valid information returned.
DAM_FAILURE - failure.
|