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

E13403-03

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

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

E13403-03

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