The following list summarizes the DB-Library cursor routines:
Routine |
Description |
---|---|
Declares and opens the cursor, specifies the size of the fetch buffer and defines the keyset, and sets the concurrency control option. |
|
Returns the number of columns and the number of rows in the open cursor. |
|
Returns column information for the specified column number in the open cursor. |
|
Associates program variables with columns. |
|
Scrolls the fetch buffer. |
|
Updates, deletes, inserts, and refreshes the rows in the fetch buffer. |
|
Closes the cursor. |
For details about an individual routine, see its reference page.