|
org.netbeans.modules.db/0 1.20.0 4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseConnection | |
---|---|
org.netbeans.api.db.explorer |
Uses of DatabaseConnection in org.netbeans.api.db.explorer |
---|
Methods in org.netbeans.api.db.explorer that return DatabaseConnection | |
---|---|
static DatabaseConnection |
DatabaseConnection.create(JDBCDriver driver,
String databaseURL,
String user,
String schema,
String password,
boolean rememberPassword)
Creates a new DatabaseConnection instance. |
DatabaseConnection |
ConnectionManager.getConnection(String name)
Returns the connection with the specified name. |
DatabaseConnection[] |
ConnectionManager.getConnections()
Returns the list of connections in the Database Explorer. |
DatabaseConnection |
ConnectionManager.showAddConnectionDialogFromEventThread(JDBCDriver driver)
The counterpart of ConnectionManager.showAddConnectionDialog(JDBCDriver) which returns
the newly created database connection, but must be called from the event dispatching
thread. |
DatabaseConnection |
ConnectionManager.showAddConnectionDialogFromEventThread(JDBCDriver driver,
String databaseUrl)
The counterpart of ConnectionManager.showAddConnectionDialog(JDBCDriver, String) which returns
the newly created database connection, but must be called from the event dispatching
thread. |
DatabaseConnection |
ConnectionManager.showAddConnectionDialogFromEventThread(JDBCDriver driver,
String databaseUrl,
String user,
String password)
The counterpart of ConnectionManager.showAddConnectionDialog(JDBCDriver, String, String, String)
which returns the newly created database connection, but must be called
from the event dispatching thread. |
Methods in org.netbeans.api.db.explorer with parameters of type DatabaseConnection | |
---|---|
void |
ConnectionManager.addConnection(DatabaseConnection dbconn)
Adds a new connection to Database Explorer. |
void |
ConnectionManager.disconnect(DatabaseConnection dbconn)
Disconnects this connection from the database. |
void |
ConnectionManager.selectConnectionInExplorer(DatabaseConnection dbconn)
Selects the node corresponding to the specified connection in the Runtime tab. |
void |
ConnectionManager.showConnectionDialog(DatabaseConnection dbconn)
Shows the Connect dialog for the specified connection if not all data needed to connect, such as the user name or password, are known), or displays a modal progress dialog and attempts to connect to the database immediately. |
|
org.netbeans.modules.db/0 1.20.0 4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |