Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorBegin
  
SaCursorBegin
SaCursorBegin positions the cursor to the beginning of the set. The subsequent call to the SaCursorNext function returns the first row.
Synopsis
SaRetT SA_EXPORT_H SaCursorBegin(
  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