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

Uses of Class org.netbeans.api.db.explorer.DatabaseConnection (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.DatabaseConnection

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

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