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

G-Index (Database Explorer) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.db/0 1.20.0 4
A C D G I J O R S T

G

getClassName() - Method in class org.netbeans.api.db.explorer.JDBCDriver
Returns the JDBC driver class name.
getConnection(String) - Method in class org.netbeans.api.db.explorer.ConnectionManager
Returns the connection with the specified name.
getConnections() - Method in class org.netbeans.api.db.explorer.ConnectionManager
Returns the list of connections in the Database Explorer.
getDatabaseURL() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
Returns this connection's database URL.
getDefault() - Static method in class org.netbeans.api.db.explorer.ConnectionManager
Gets the ConnectionManager singleton instance.
getDefault() - Static method in class org.netbeans.api.db.explorer.JDBCDriverManager
Gets the JDBCDriverManager singleton instance.
getDisplayName() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
Returns the name used to display this connection in the UI.
getDisplayName() - Method in class org.netbeans.api.db.explorer.JDBCDriver
Returns the display name of the driver (used for example to display the driver in the UI).
getDriverClass() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
Returns the JDBC driver class that this connection uses.
getDrivers() - Method in class org.netbeans.api.db.explorer.JDBCDriverManager
Gets the registered JDBC drivers.
getDrivers(String) - Method in class org.netbeans.api.db.explorer.JDBCDriverManager
Gets the registered JDBC drivers with the specified class name.
getJDBCConnection() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
Returns the Connection instance which encapsulates the physical connection to the database if this database connection is connected.
getJDBCDriverClass() - Method in interface org.netbeans.spi.db.explorer.DatabaseRuntime
Returns the JDBC driver class which is used to make connections to the represented database server instance.
getName() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
Returns the programmatic name of this connection in the Database Explorer.
getName() - Method in class org.netbeans.api.db.explorer.JDBCDriver
Return the programmatic driver name.
getPassword() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
Returns the password used to connect to the database.
getSchema() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
Returns this connection's default schema.
getURLs() - Method in class org.netbeans.api.db.explorer.JDBCDriver
Returns the array of the JDBC driver files URLs.
getUser() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
Returns the user name used to connect to the database.

org.netbeans.modules.db/0 1.20.0 4
A C D G I J O R S T
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.