Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
OracleDatabaseXE
Extension of OracleDatabase for the XE version of the database.
|
Modifier and Type | Method and Description |
---|---|
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. |
abstract 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. |