The extended statement name, when specified in a PREPARE statement, identifies the SQL statement that is prepared by the PREPARE statement. When specified in any of the following SQL statements, the extended statement name permits operations on the SQL statement that is identified by it:
extended-statement-name::= scope-option : embedded-variable |
Table 2-97 How to specify a scope option
Specification | Scope |
---|---|
GLOBAL | The extended statement name is enabled during the current SQL session (from the time HiRDB is connected until it is disconnected). |