Firebird Documentation Index → Firebird 2.1 Language Ref. Update → PSQL statements → CLOSE cursor |
Available in: PSQL
Added in: 2.0
Description: Closes an open cursor. Any cursors still open when the trigger, stored procedure or EXECUTE BLOCK statement they belong to is exited, will be closed automatically.
Syntax:
CLOSEcursorname
;
Example: See DECLARE ... CURSOR.
Firebird Documentation Index → Firebird 2.1 Language Ref. Update → PSQL statements → CLOSE cursor |