Step
|
Action
|
SA function(s)
|
---|---|---|
|
Create a cursor.
|
SaCursorCreate
|
|
Bind variables to cursor.
|
SaCursorColInt, SACursorColStr (and others for other data types)
|
|
Open the cursor.
|
SaCursorOpen
|
|
Set the search constraint for the row to be queried.
|
SaCursorEqual, SaCursorAtleast, SaCursorAtmost
|
|
Start a search for the row to be queried.
|
SaCursorSearch
|
|
Fetch the row or rows that match the given criteria.
|
SaCursorNext
Perform this step in a loop if necessary
|
|
Free the cursor.
|
SaCursorFree
|