Skip navigation links 
 
oracle.javatools.parser.plsql.data
Interface PlsqlBlock
- All Superinterfaces:
 
- PlsqlNode
 
- All Known Subinterfaces:
 
- PlsqlAdtBody, PlsqlPkg, PlsqlSubprg
 
- All Known Implementing Classes:
 
- PtnodAdtBody, PtnodPkg, PtnodSubprg
 
- 
public interface PlsqlBlock
 
- extends PlsqlNode
 
This plsql element is either a plsql block or may declare a plsql block. A plsql block includes a declaration list, a sequence of statements, and a list of exception handlers.
 
 
 
 
getDeclarations
PlsqlNode[] getDeclarations()
- 
- Returns:
 
- The array of declarations declared as part of this block.
 
 
Skip navigation links 
 
Copyright © 1997, 2012, Oracle. All rights reserved.