solidDB Help : solidDB reference : 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
The following table describes the parameters:
 
Parameters
Usage type
Description
scur
use
Pointer to a cursor object
Return value
SA_RC_SUCC or error code.
Go up to
solidDB SA: Function reference