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.
 
 
 
 
 
Copyright © 1997, 2013, Oracle. All rights reserved.