Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorDescending
  
SaCursorDescending
SaCursorDescending specifies descending sorting criterion for a column.
To sort by more than one column, you must call this function once for each column.
If there is no key (primary key, or index) on the column, then the rows are sorted locally (on the client) rather than on the server side.
Synopsis
SaRetT SA_EXPORT_H SaCursorDescending(
  SaCursorT* scur,
  char* colname)
Parameters
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
colname
in, use
Column name
Return value
SA_RC_SUCC or error code.
See also
solidDB® SA function reference