- getActions(boolean) - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
Gets the actions associated with this node.
- getChildNodes() - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
- getChildNodesSync() - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
Get the list of child nodes.
- getClassName() - Method in class org.netbeans.api.db.explorer.JDBCDriver
-
Returns the JDBC driver class name.
- getColumnName() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Column
-
Returns the name of this column.
- getConnection(String) - Method in class org.netbeans.api.db.explorer.ConnectionManager
-
Returns the connection with the specified name.
- getConnectionProperties() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
-
Returns additional connection properties for the connection.
- getConnections() - Method in class org.netbeans.api.db.explorer.ConnectionManager
-
Returns the list of connections in the Database Explorer.
- getDatabaseConnection() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Column
-
- getDatabaseConnection() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Connection
-
- getDatabaseConnection() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Table
-
- getDatabaseConnection() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.View
-
- 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).
- getDriver() - Method in class org.netbeans.api.db.explorer.JDBCDriver
-
Get a reference to the underlying java.sql.Driver for this JDBCDriver.
- 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.
- getIconBase() - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
Get the icon base for the current state of the node.
- 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.
- getJDBCConnection(boolean) - 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.
- getJDBCDriver() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
-
Returns the JDBC driver instance that this connection uses.
- getJDBCDriver() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Column
-
- getJDBCDriver() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Connection
-
- getJDBCDriver() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Table
-
- getJDBCDriver() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.View
-
- 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.
- getLookup() - Method in class org.netbeans.api.db.explorer.node.NodeProvider
-
- 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.
- getName() - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
Get the name for the current state of the node.
- getNodeRegistry() - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
- getNodes() - Method in class org.netbeans.api.db.explorer.node.NodeProvider
-
Get the list of nodes.
- getNodes(Object) - Method in class org.netbeans.api.db.explorer.node.NodeProvider
-
Get the list of nodes that contain a lookup that in turn contains
an object with a matching hash code.
- getPassword() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
-
Returns the password used to connect to the database.
- getProperties() - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
- getPropertySets() - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
Get current property sets.
- getPropertyValue(String) - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
- getQuoteString() - Method in class org.netbeans.api.db.sql.support.SQLIdentifiers.Quoter
-
- getSchema() - Method in class org.netbeans.api.db.explorer.DatabaseConnection
-
Returns this connection's default schema.
- getTableName() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Column
-
Returns the name of the table that contains this column.
- getTableName() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Table
-
Returns the name of this table.
- 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.
- getViewName() - Method in class org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.View
-
Returns the name of this view.