Firebird Documentation IndexFirebird 2.0 Language Ref. UpdatePSQL statements → OPEN cursor
Firebird Home Firebird Home Prev: LEAVEFirebird Documentation IndexUp: PSQL statementsNext: PLAN allowed in trigger code

OPEN cursor

Available in: PSQL

Added in: 2.0

Description: Opens a previously declared cursor, executing its SELECT statement and enabling it to fetch records from the result set.

Syntax: 

OPEN cursorname;

Example: See DECLARE ... CURSOR.

Prev: LEAVEFirebird Documentation IndexUp: PSQL statementsNext: PLAN allowed in trigger code
Firebird Documentation IndexFirebird 2.0 Language Ref. UpdatePSQL statements → OPEN cursor