Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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 Classes for dealing with PL/SQL objects. 

 

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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