Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.db.plsql.PlSqlIdentifier

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 CompilationResults for PL/SQL objects defined by the List of PlSqlIdentifiers.
 

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)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.