Skip navigation links

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

E17493-04


Uses of Interface
oracle.ide.db.model.DBObjectPlSqlNode

Packages that use DBObjectPlSqlNode
oracle.ide.db.model Classes associated with the IDE's navigator nodes for database connections and database objects. 
oracle.jdeveloper.db.compiler   

 

Uses of DBObjectPlSqlNode in oracle.ide.db.model

 

Classes in oracle.ide.db.model that implement DBObjectPlSqlNode
 class BasePlSqlTextNode
          Convenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in the navigator.

 

Uses of DBObjectPlSqlNode in oracle.jdeveloper.db.compiler

 

Method parameters in oracle.jdeveloper.db.compiler with type arguments of type DBObjectPlSqlNode
static java.util.List<oracle.javatools.db.compilation.CompilationResults> PlSqlCompiler.compile(OracleDatabase db, java.util.List<DBObjectPlSqlNode> nodes)
          Submits the source defined on the List of DBObjectPlSqlNode's to the given OracleDatabase and shows the compilation results in a log window.
static java.util.List<oracle.javatools.db.compilation.CompilationResults> PlSqlCompiler.compile(OracleDatabase db, java.util.List<DBObjectPlSqlNode> nodes, boolean skip)
          Submits the source defined on the List of DBObjectPlSqlNode's to the given OracleDatabase and shows the compilation results in a log window.

 


Skip navigation links

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

E17493-04


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