solidDB Help : solidDB reference : 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
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