solidDB Help : solidDB reference : solidDB SA: Function reference : SaCursorFree
  
SaCursorFree
SaCursorFree releases a cursor. After this call the cursor pointer is invalid.
Synopsis
void SA_EXPORT_H SaCursorFree(SaCursorT* scur)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
scur
in, take
Pointer to a cursor object
Return value
None.
Go up to
solidDB SA: Function reference