Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorEnd
  
SaCursorEnd
SaCursorEnd positions the cursor to the end of the set. A subsequent call to SaCursorPrev will position the cursor to the last row in the set.
Synopsis
SaRetT SA_EXPORT_H SaCursorEnd(
  SaCursorT* scur)
Parameters
Parameters
Usage type
Description
scur
use
Pointer to a cursor object
Return value
SA_RC_SUCC or error code.
See also
solidDB® SA function reference