Scrollable Cursor Types
The following terms are used to define the characteristics of each type of
scrollable cursor:
For information about how to update, delete, and insert data, see Chapter 12,
Own updates, deletes, and inserts. Updates, deletes, and inserts made through the cursor, either with a call to SQLBulkOperations or SQLSetPos or with a positioned update or delete statement.
Other updates, deletes, and inserts. Updates, deletes, and inserts not made by the cursor, including those made
by other operations in the same transaction, those made through other
transactions, and those made by other applications.
Membership. The set of rows in the result set.
Order. The order in which rows are returned by the cursor.
Values. The values in each row in the result set.