Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorSearch
  
SaCursorSearch
SaCursorSearch starts a search in a cursor. After the search is started, the user can fetch rows from the database. Every search is executed as a separate transaction and it does not see any changes made by the current user or any other user after the search is started.
Synopsis
SaRetT SA_EXPORT_H SaCursorSearch(SaCursorT* scur)
Parameters
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
Return value
SA_RC_SUCC, SA_RC_END or error code
See also
solidDB® SA function reference