Firebird Documentation IndexFirebird 2.5 Language Ref. UpdatePSQL statements → CLOSE cursor
Firebird Home Firebird Home Prev: BREAKFirebird Documentation IndexUp: PSQL statementsNext: DECLARE

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: 

CLOSE cursorname;

Example: See DECLARE ... CURSOR.

Prev: BREAKFirebird Documentation IndexUp: PSQL statementsNext: DECLARE
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdatePSQL statements → CLOSE cursor