セマンティクス

レコード

カーソルがループインデックスの名前FORLOOPステートメントが暗黙的に%ROWTYPEcursorまたはselect_statement返します。

recordカーソルに対してローカルですFORLOOPステートメント。 ループ内のステートメントは、recordとそのフィールドを参照できます。 仮想列は別名によってのみ参照できます。, ループ外のステートメントはrecordを参照できません。 カーソルFORLOOPステートメントが実行された後、recordは未定義です。

cursor

カーソルFORLOOPが入力されたときに開かれていない明示的なカーソルの名前。

actual_cursor_parameter

cursorの仮パラメータに対応する実際のパラメータ。,

select_statement

SQL SELECT statement (not PL/SQL SELECT INTO statement). For select_statement, PL/SQL declares, opens, fetches from, and closes an implicit cursor. However, because select_statement is not an independent statement, the implicit cursor is internal—you cannot reference it with the name SQL.

See Also:

Oracle Database SQL Language Reference for SELECT statement syntax

label