의미론

기록

이름을 반복 지수는 커서FORLOOP문 암시적으로 선언으로%ROWTYPE레코드의 변수는 유형cursor또는select_statement반환합니다.

record로컬 커서FORLOOP문입니다. 루프 내부의 문은record및 해당 필드를 참조 할 수 있습니다. 별칭으로 만 가상 열을 참조 할 수 있습니다., 루프 외부의 문은record를 참조 할 수 없습니다. 후에 커서FORLOOP문을 실행하는record가 정의되지 않습니다.

이름의 명시적되는 커서가 열려 있지 않은 경우 커서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