|
Class Summary |
| Driver169 |
Driver169 - JDBC "driver" for J2ME/CDC/Foundation/JSR169, really
the JDBC object factory for the JSR169 environment.
|
| Driver20 |
This class extends the local JDBC driver in order to determine at JBMS
boot-up if the JVM that runs us does support JDBC 2.0. |
| Driver30 |
This class extends the local20 JDBC driver in order to determine at JBMS
boot-up if the JVM that runs us does support JDBC 3.0. |
| EmbeddedConnectionPoolDataSource |
EmbeddedConnectionPoolDataSource is Derby's ConnectionPoolDataSource implementation.
|
| EmbeddedDataSource |
EmbeddedDataSource is Derby's DataSource implementation.
|
| EmbeddedDriver |
The embedded JDBC driver (Type 4) for Derby.
|
| EmbeddedSimpleDataSource |
EmbeddedSimpleDataSource is Derby's DataSource implementation
for J2ME/CDC/Foundation. |
| EmbeddedXADataSource |
EmbeddedXADataSource is Derby's XADataSource implementation.
|
| EmbedPooledConnection |
A PooledConnection object is a connection object that provides hooks for
connection pool management.
|
| EmbedXAConnection |
|
| InternalDriver |
Abstract factory class and api for JDBC objects. |
| ReferenceableDataSource |
Cloudscape DataSource implementation base class.
|
| ResourceAdapterImpl |
|
| XAStatementControl |
The Statement returned by an Connection returned by a XAConnection
needs to float across the underlying real connections. |
| XATransactionState |
|