| Interface | Description |
|---|---|
| ClientConnectionPoolDataSourceInterface |
Specifies Derby extensions to the
java.sqlx.ConnectionPoolDataSource. |
| ClientDataSourceInterface |
Specifies Derby extensions to the
java.sqlx.DataSource
API common to all Derby client driver data sources. |
| ClientXADataSourceInterface |
Specifies Derby extensions to the
java.sqlx.XADataSource. |
| EmbeddedConnectionPoolDataSourceInterface |
Common interface of Derby embedded connection pooling data sources.
|
| EmbeddedDataSourceInterface |
Methods that extend the API of
javax.sql.DataSource common for all Derby embedded data sources. |
| EmbeddedXADataSourceInterface |
Common interface of Derby embedded XA data sources.
|
| Class | Description |
|---|---|
| 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.
Use
ClientConnectionPoolDataSource instead. |
| 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.
Use
ClientDataSource instead. |
| 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.
Use
ClientXADataSource instead. |
| 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.
Use
EmbeddedConnectionPoolDataSource instead. |
| 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.
Use
EmbeddedDataSource instead. |
| 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.
Use
EmbeddedXADataSource instead. |
| 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.
|
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.