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

E17493-01

Uses of Interface
oracle.javatools.db.ora.OracleDatabase

Packages that use OracleDatabase
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
oracle.jdeveloper.db.compiler   
 

Uses of OracleDatabase in oracle.javatools.db.ora
 

Subinterfaces of OracleDatabase in oracle.javatools.db.ora
 interface OracleDatabaseXE
          Extension of OracleDatabase for the XE version of the database.
 

Uses of OracleDatabase in oracle.jdeveloper.db.compiler
 

Methods in oracle.jdeveloper.db.compiler with parameters of type OracleDatabase
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.
 


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

E17493-01

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