站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.db.explorer.JDBCDriver (Database Explorer) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.db/0 1.20.0 4

Uses of Class
org.netbeans.api.db.explorer.JDBCDriver

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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.