|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlsqlSubprg
A plsql subprogram. Is either a procedure (which has no return type) or a function (which does). If it has a block, it is called a subprogram block. If it doesn't, it is called a subprogram declaration. Subprogram declarations may declare an external body or a pipelined table function body.
Method Summary |
---|
Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlHasName |
---|
getName |
Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlBlock |
---|
getDeclarations |
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 11g Release 2 (11.1.2.1.0) E17493-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |