|
|
19.1.8.4 Cursor `CLOSE' Statement
.................................
CLOSE CURSOR_NAME
This statement closes a previously opened cursor.
If not closed explicitly, a cursor is closed at the end of the compound
statement in which it was declared.