- DatabaseConnection - Class in org.netbeans.api.db.explorer
-
Encapsulates a database connection.
- DatabaseException - Exception in org.netbeans.api.db.explorer
-
Generic database exception.
- DatabaseException(String) - Constructor for exception org.netbeans.api.db.explorer.DatabaseException
-
Constructs a new exception with a specified message.
- DatabaseException(Throwable) - Constructor for exception org.netbeans.api.db.explorer.DatabaseException
-
Constructs a new exception with the specified cause.
- DatabaseException(String, Throwable) - Constructor for exception org.netbeans.api.db.explorer.DatabaseException
-
Constructs a new exception with the specified cause.
- DatabaseExplorerUIs - Class in org.netbeans.api.db.explorer.support
-
This class contains utility methods for working with and/or displaying
database connections in the UI.
- DatabaseMetaDataTransfer - Class in org.netbeans.api.db.explorer
-
This class contains data flavors and classes for transferring database metadata
from the Database Explorer.
- DatabaseMetaDataTransfer.Column - Class in org.netbeans.api.db.explorer
-
Represents a column during a drag and drop transfer.
- DatabaseMetaDataTransfer.Connection - Class in org.netbeans.api.db.explorer
-
Represents a database connection during a drag and drop transfer.
- DatabaseMetaDataTransfer.Table - Class in org.netbeans.api.db.explorer
-
Represents a table during a drag and drop transfer.
- DatabaseMetaDataTransfer.View - Class in org.netbeans.api.db.explorer
-
Represents a view during a drag and drop transfer.
- DatabaseRuntime - Interface in org.netbeans.spi.db.explorer
-
Represents an instance of a database server, typically a local installation which can be
started when a connection to this server is being made, or stopped upon IDE shutdown.
- DATABASEURL - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- DATABASEURLDESC - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- DATATYPE - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- DATATYPEDESC - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- destroy() - Method in class org.netbeans.api.db.explorer.node.BaseNode
-
Destroy the node.
- DIGITS - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- DIGITSDESC - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- disconnect(DatabaseConnection) - Method in class org.netbeans.api.db.explorer.ConnectionManager
-
Disconnects this connection from the database.
- DISPLAYNAME - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- DISPLAYNAMEDESC - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- DRIVER - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- DRIVERDESC - Static variable in class org.netbeans.api.db.explorer.node.BaseNode
-
- driversChanged() - Method in interface org.netbeans.api.db.explorer.JDBCDriverListener
-
Called when the list of drivers has changed.