| AutoloadedDriver |
This is the dummy driver which is registered with the DriverManager and
which is autoloaded by JDBC4.
|
| BasicClientConnectionPoolDataSource40 |
This data source is suitable for client/server use of Derby,
running on Java 8 Compact Profile 2 or higher.
|
| BasicClientDataSource40 |
This data source is suitable for client/server use of Derby,
running on Java 8 Compact Profile 2 or higher.
|
| BasicClientXADataSource40 |
This data source is suitable for client/server use of Derby,
running on Java 8 Compact Profile 2 or higher.
|
| BasicEmbeddedConnectionPoolDataSource40 |
This data source is suitable for an application using embedded Derby,
running on Java 8 Compact Profile 2 or higher.
|
| BasicEmbeddedDataSource40 |
This data source is suitable for an application using embedded Derby,
running on Java 8 Compact Profile 2 or higher.
|
| BasicEmbeddedXADataSource40 |
This data source is suitable for an application using embedded Derby,
running on Java 8 Compact Profile 2 or higher.
|
| ClientConnectionPoolDataSource |
This datasource is suitable for a client/server use of Derby,
running on full Java SE 6 and higher, corresponding to JDBC 4.0 and higher.
|
| ClientConnectionPoolDataSource40 |
Deprecated.
|
| ClientDataSource |
This data source is suitable for a client/server use of Derby,
running on full Java SE 6 and higher, corresponding to JDBC 4.0 and higher.
|
| ClientDataSource40 |
Deprecated.
|
| ClientDriver |
The client JDBC driver (type 4) for Derby.
|
| ClientDriver40 |
Adds driver functionality which is only visible from JDBC 4.0 onward.
|
| ClientXADataSource |
This datasource is suitable for a client/server use of Derby,
running on full Java SE 6 and higher, corresponding to JDBC 4.0 and higher.
|
| ClientXADataSource40 |
Deprecated.
|
| Driver42 |
Embedded JDBC driver for JDBC 4.2.
|
| EmbeddedConnectionPoolDataSource |
This datasource is suitable for an application using embedded Derby,
running on full Java SE 6 and higher, corresponding to 4.0 and higher.
|
| EmbeddedConnectionPoolDataSource40 |
Deprecated.
|
| EmbeddedDataSource |
This data source is suitable for an application using embedded Derby,
running on full Java SE 6 and higher, corresponding to 4.0 and higher.
|
| EmbeddedDataSource40 |
Deprecated.
|
| EmbeddedDriver |
The embedded JDBC driver (Type 4) for Derby.
|
| EmbeddedXADataSource |
This data source is suitable for an application using embedded Derby,
running on full Java SE 6 or higher, corresponding to JDBC 4.0 and higher.
|
| EmbeddedXADataSource40 |
Deprecated.
|
| EmbedPooledConnection |
A PooledConnection object is a connection object that provides hooks for
connection pool management.
|
| EmbedXAConnection |
|
| EmbedXAResource |
Implements XAResource
|
| InternalDriver |
Factory class and API for JDBC objects.
|
| InternalDriver.DaemonThreadFactory |
Thread factory to produce daemon threads which don't block VM shutdown.
|
| InternalDriver.LoginCallable |
This code is called in a thread which puts time limits on it.
|
| JDBC |
Simple JBDC mbean that pulls information
about the JDBC driver.
|
| ReferenceableDataSource |
The data source factory for Derby embedded driver data sources.
|
| ResourceAdapterImpl |
|
| XAStatementControl |
The Statement returned by an Connection returned by a XAConnection
needs to float across the underlying real connections.
|
| XATransactionState |
|
| XATransactionState.CancelXATransactionTask |
The implementation of TimerTask to cancel a global transaction.
|
| XATransactionState.CleanupOrCancelMonitor |
A class used to monitor if the transaction is in the middle of
cancelling or cleaning up on an error.
|