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 |
Classes for dealing with PL/SQL objects.
|
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 PlSqlIdentifier s. |
Modifier and Type | Method and Description |
---|---|
PlSqlIdentifier |
PlSqlInterrogator.getPlSqlIdentifier(java.lang.String schemaName)
Returns a PlSqlIdentifier derived from the PL/SQL in source.
|
PlSqlIdentifier |
PlSqlInterrogator.getPlSqlIdentifier(java.lang.String schemaName,
boolean force)
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.
|