|
org.netbeans.modules.db/0 1.20.0 4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCDriver | |
---|---|
org.netbeans.api.db.explorer |
Uses of JDBCDriver in org.netbeans.api.db.explorer |
---|
Methods in org.netbeans.api.db.explorer that return JDBCDriver | |
---|---|
static JDBCDriver |
JDBCDriver.create(String name,
String displayName,
String clazz,
URL[] urls)
Creates a new JDBCDriver instance. |
JDBCDriver[] |
JDBCDriverManager.getDrivers()
Gets the registered JDBC drivers. |
JDBCDriver[] |
JDBCDriverManager.getDrivers(String drvClass)
Gets the registered JDBC drivers with the specified class name. |
Methods in org.netbeans.api.db.explorer with parameters of type JDBCDriver | |
---|---|
void |
JDBCDriverManager.addDriver(JDBCDriver driver)
Adds a new JDBC driver. |
static DatabaseConnection |
DatabaseConnection.create(JDBCDriver driver,
String databaseURL,
String user,
String schema,
String password,
boolean rememberPassword)
Creates a new DatabaseConnection instance. |
void |
JDBCDriverManager.removeDriver(JDBCDriver driver)
Removes a JDBC driver. |
void |
ConnectionManager.showAddConnectionDialog(JDBCDriver driver)
Shows the dialog for adding a new connection. |
void |
ConnectionManager.showAddConnectionDialog(JDBCDriver driver,
String databaseUrl)
Shows the dialog for adding a new connection with the specified database URL. |
void |
ConnectionManager.showAddConnectionDialog(JDBCDriver driver,
String databaseUrl,
String user,
String password)
Shows the dialog for adding a new connection with the specified database URL, user and password The specified driver be filled as the single element of the Driver combo box of the New Database Connection dialog box. |
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. |
|
org.netbeans.modules.db/0 1.20.0 4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |