| Package | Description |
|---|---|
| oracle.javatools.db |
Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database.
|
| oracle.javatools.db.plsql |
Utility classes for working with (for example parsing) PL/SQL.
|
| oracle.javatools.db.plsql.parser |
| Class and Description |
|---|
| PlSqlParserFactory
Factory class to create a PlSqlParser
|
| Class and Description |
|---|
| PlSqlParser
An implementation agnostic API to provide parsed information about PL/SQL
source code.
|
| Class and Description |
|---|
| PlSqlParser
An implementation agnostic API to provide parsed information about PL/SQL
source code.
|
| PlSqlParser.Issue
An issue in some PL/SQL source detected by the parser
|
| PlSqlParser.Severity
The severity of a PL/SQL parser Issue
|