solidDB Help : solidDB reference : 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 one time 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
The following table describes the 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.
Go up to
solidDB SA: Function reference