|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlsqlCursor
A plsql cursor declaration. Syntax is "CURSOR TYPE name ( formals ) RETURN return_type IS cursor_sql_stmt", where the TYPE keyword is optional, the formal part is optional, the RETURN part is optional, and the body ("IS cursor_sql_stmt") is optional. Hence, "CURSOR name" is a valid cursor declaration.
Method Summary |
---|
Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlHasName |
---|
getName |
Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlHasFormals |
---|
getFormalParameters, getReturnType |
Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlNode |
---|
getStartOffset, getTreeKind |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |