| Package | Description | 
|---|---|
| oracle.javatools.db.plsql | 
 Classes for dealing with PL/SQL objects. 
 | 
| oracle.javatools.db.plsql.parser | 
| Modifier and Type | Method and Description | 
|---|---|
static PlSqlParser | 
PlSqlUtilCore.findOrCreateParser(PlSqlSourceObject pso,
                  DBObjectProvider pro)
Find or create a  
PlSqlParser for the source held on the PlSqlSourceObject. | 
protected abstract PlSqlParser | 
PlSqlUtilCore.findOrCreateParserImpl(PlSqlSourceObject pso,
                      DBObjectProvider pro)
Implementation of  
#getParser | 
| Modifier and Type | Method and Description | 
|---|---|
abstract PlSqlParser | 
PlSqlParserFactory.createParser(PlSqlSourceObject pso)
Get a PlSqlParser implementation for the given source object 
 | 
abstract PlSqlParser | 
PlSqlParserFactory.createParser(java.lang.String source)
Get a PlSqlParser implementation for the given source 
 |