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