Parameter
|
Type
|
Description
|
IN
|
|
|
hstmt
|
int64
|
The statement handle
|
iOrderByColNum
|
int
|
The Order By column number, for which to return information. Valid numbers are 0 – (Value returned from dam_getInfo (DAM_INFO_ORDER_BY_OPTIMIZABLE) -1)
|
OUT
|
|
|
piColNum
|
int
|
The column number as defined in the schema database
|
pColName
|
StringBuilder
|
The column name as defined in the schema database
|
piSortOrder
|
int
|
The sort order for the column:
• SQL_ORDER_ASC – Ascending
• SQL_ORDER_DESC – Descending
|
RETURN
|
|
|
|
int
|
Status of the call:
DAM_SUCCESS – on success
DAM_FAILURE – wrong value for iOrderByColNum
|