| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlSqlIdentifier | |
|---|---|
| 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. | 
| Uses of PlSqlIdentifier in oracle.javatools.db.ora | 
|---|
| Method parameters in oracle.javatools.db.ora with type arguments of type PlSqlIdentifier | |
|---|---|
|  java.util.List<oracle.javatools.db.compilation.CompilationResults> | OracleDatabase.getCompilationResults(java.util.List<PlSqlIdentifier> plsqlIds)Returns a List of CompilationResultsfor PL/SQL objects defined by
 the List ofPlSqlIdentifiers. | 
| Uses of PlSqlIdentifier in oracle.javatools.db.plsql | 
|---|
| Methods in oracle.javatools.db.plsql that return PlSqlIdentifier | |
|---|---|
|  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. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||