solidDB Help : solidDB reference : solidDB SA: Function reference : SaCursorSetPosition
  
SaCursorSetPosition
SaCursorSetPosition positions the cursor to a row specified by a key value. The key value is taken from user bound column variables which have a constraint specification.
Synopsis
SaRetT SA_EXPORT_H SaCursorSetPosition(
  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 or error code.
Go up to
solidDB SA: Function reference