org.netbeans.api.db.explorer |
|
Java Source File Name | Type | Comment |
ConnectionListener.java | Interface | Listener for changes to ConnectionManager (adding and removing
database connection from the DatabaseExplorer). |
ConnectionManager.java | Class | Provides access to the list of connections in the Database Explorer.
The list of connections can be retrieved using the
ConnectionManager.getConnections method. |
DatabaseConnection.java | Class | Encapsulates a database connection. |
DatabaseConnectionTest.java | Class | |
DatabaseException.java | Class | Generic database exception. |
DatabaseMetaDataTransfer.java | Class | This class contains data flavors and classes for transferring database metadata
from the Database Explorer. |
JDBCDriver.java | Class | Encapsulates a JDBC driver. |
JDBCDriverListener.java | Interface | Listener for changes to the list of drivers maintained by JDBCDriverManager. |
JDBCDriverManager.java | Class | This class manages the list of JDBC drivers registered in the Database Explorer. |
JDBCDriverManagerTest.java | Class | |