Skip navigation links

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

E17493-04


oracle.jdeveloper.db.compiler
Class PlSqlCompiler

java.lang.Object
  extended by oracle.jdeveloper.db.compiler.PlSqlCompiler


public final class PlSqlCompiler
extends java.lang.Object

Method Summary
static java.util.List<oracle.javatools.db.compilation.CompilationResults> 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> 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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

compile

public static java.util.List<oracle.javatools.db.compilation.CompilationResults> 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.
Returns:
List of CompilationResults matching the DBObjectPlSqlNodes

compile

public static java.util.List<oracle.javatools.db.compilation.CompilationResults> 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. If skip==true, the compilation is assumed to have been performed before this call, and the results of that previous compilation are shown.
Returns:
List of CompilationResults matching the DBObjectPlSqlNodes

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.