| Package | Description |
|---|---|
| oracle.jdeveloper.db.navigator |
Utilities for using the "Database Navigator" that SQL Developer provides in
JDeveloper, to avoid referencing SQL Developer code directly.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseNode |
DatabaseNavigatorHelper.findConnectionNode(Database db)
Gets the node in the Database Navigator that respresents the given
database.
|
static DatabaseNode |
DatabaseNavigatorHelper.findConnectionNode(java.lang.String storeName,
java.lang.String connName)
Finds the connection node in the database navigator for the given store
name and connection name.
|