| Package | Description | 
|---|---|
| oracle.javatools.db.ora | 
 Contains the database api implementation for Oracle databases, and additional
DBObject implementations for objects specific to Oracle. 
 | 
| oracle.javatools.db.plsql | 
 Utility classes for working with (for example parsing) PL/SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<oracle.javatools.db.compilation.CompilationResults> | 
OracleDatabase.getCompilationResults(java.util.List<PlSqlIdentifier> plsqlIds)
Returns a List of  
CompilationResults for PL/SQL objects defined by
 the List of PlSqlIdentifiers. | 
| Modifier and Type | Method and Description | 
|---|---|
PlSqlIdentifier | 
PlSqlInterrogator.getPlSqlIdentifier(java.lang.String schemaName)
Deprecated.  
Returns a PlSqlIdentifier derived from the PL/SQL in source. 
 | 
PlSqlIdentifier | 
PlSqlInterrogator.getPlSqlIdentifier(java.lang.String schemaName,
                  boolean force)
Deprecated.  
Returns a PlSqlIdentifier derived from the PL/SQL in source. 
 | 
static PlSqlIdentifier | 
PlSqlIdentifier.getPlSqlIdentifier(java.lang.String source,
                  java.lang.String schemaName,
                  boolean force)
Returns a PlSqlIdentifier derived from the PL/SQL in source. 
 |