Package | Description |
---|---|
oracle.ide.db.model |
Classes associated with the IDE's navigator nodes for database connections and database objects.
|
oracle.jdeveloper.db.compiler |
Modifier and Type | Class and Description |
---|---|
class |
BasePlSqlTextNode
Convenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in the navigator.
|
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. |