Package | Description |
---|---|
org.netbeans.api.db.explorer |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionManager.addConnection(DatabaseConnection dbconn)
Adds a new connection to Database Explorer.
|
void |
JDBCDriverManager.addDriver(JDBCDriver driver)
Adds a new JDBC driver.
|
boolean |
ConnectionManager.connect(DatabaseConnection dbconn)
Connects this connection to the database without opening any
dialog.
|
Driver |
JDBCDriver.getDriver()
Get a reference to the underlying java.sql.Driver for this JDBCDriver.
|
void |
ConnectionManager.removeConnection(DatabaseConnection dbconn)
Remove an existing connection from the Database Explorer.
|
void |
JDBCDriverManager.removeDriver(JDBCDriver driver)
Removes a JDBC driver.
|