| Package | Description |
|---|---|
| oracle.javatools.db.plsql |
Utility classes for working with (for example parsing) PL/SQL.
|
| 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. |
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 |
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
|