Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.parser.plsql.data
Interface PlsqlSubprg

All Superinterfaces:
PlsqlBlock, PlsqlHasFormals, PlsqlHasName, PlsqlNode
All Known Implementing Classes:
PtnodSubprg

public interface PlsqlSubprg
extends PlsqlNode, PlsqlHasName, PlsqlBlock, PlsqlHasFormals

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 Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.