See: Description
| Interface | Description |
|---|---|
| ConnectionStoreNode |
In a View that supports multiple connection stores (e.g.
|
| DatabaseNode |
Interface for any node that represents a database connection to implement.
|
| DBObjectNode |
Interface for anything that can contain a DBObject.
|
| DBObjectPlSqlNode | |
| DBObjectPropertyNode |
Interface for any Node/Element that represents a property on a DBObject
to implement.
|
| DBObjectProviderNode |
Interface for any node that represents a DBObjectProvider, or any object or
folder within a DBObjectProvider to implement.
|
| DBObjectTypeNode |
Interface for any node (including folders) that represents a DBObject type.
|
| Class | Description |
|---|---|
| BaseDBObjectNode |
Convenience subclass of Node that implements DBObjectNode.
|
| BaseDBObjectTextNode |
Convenience subclass of TextNode that implements DBObjectNode.
|
| BasePlSqlTextNode |
Convenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in
the navigator.
|
| DBObjectNodeUtil |
Utility methods for dealing with DBObjectNode instances.
|
| SqlNode |
The
SqlNode class is a TextNode that represents an SQL or
PL/SQL file. |