| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.db.compiler.PlSqlCompiler
public final class PlSqlCompiler
| 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 | 
|---|
public static java.util.List<oracle.javatools.db.compilation.CompilationResults> compile(OracleDatabase db,
                                                                                         java.util.List<DBObjectPlSqlNode> nodes)
DBObjectPlSqlNode's to the
 given OracleDatabase and shows the compilation results in a log window.
public static java.util.List<oracle.javatools.db.compilation.CompilationResults> compile(OracleDatabase db,
                                                                                         java.util.List<DBObjectPlSqlNode> nodes,
                                                                                         boolean skip)
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.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||