Interface | Description |
---|---|
ConnectionListener |
Listener for changes to ConnectionManager (adding and removing
database connection from the DatabaseExplorer).
|
JDBCDriverListener |
Listener for changes to the list of drivers maintained by JDBCDriverManager.
|
Class | Description |
---|---|
ConnectionManager |
Provides access to the list of connections in the Database Explorer.
|
DatabaseConnection |
Encapsulates a database connection.
|
DatabaseMetaDataTransfer |
This class contains data flavors and classes for transferring database metadata
from the Database Explorer.
|
DatabaseMetaDataTransfer.Column |
Represents a column during a drag and drop transfer.
|
DatabaseMetaDataTransfer.Connection |
Represents a database connection during a drag and drop transfer.
|
DatabaseMetaDataTransfer.Table |
Represents a table during a drag and drop transfer.
|
DatabaseMetaDataTransfer.View |
Represents a view during a drag and drop transfer.
|
JDBCDriver |
Encapsulates a JDBC driver.
|
JDBCDriverManager |
This class manages the list of JDBC drivers registered in the Database Explorer.
|
Exception | Description |
---|---|
DatabaseException |
Generic database exception.
|