|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
ClientBaseDataSource | Base class for client-side DataSource implementations. |
ClientConnectionPoolDataSource40 | ClientConnectionPoolDataSource40 is a factory for PooledConnection objects. |
ClientDataSource40 | ClientDataSource40 is a simple data source implementation that can be used for establishing connections in a non-pooling, non-distributed environment. |
ClientDriver | |
ClientXADataSource40 | This is Derby's network XADataSource for use with JDBC4.0. |
EmbeddedConnectionPoolDataSource40 | EmbeddedConnectionPoolDataSource40 is Derby's ConnectionPoolDataSource implementation for the JDBC4.0 environment. |
EmbeddedDataSource40 | EmbeddedDataSource40 is Derby's DataSource implementation for JDBC4.0. |
EmbeddedDriver | The embedded JDBC driver (Type 4) for Derby. |
EmbeddedXADataSource40 | EmbeddedXADataSource40 is Derby's XADataSource implementation for JDBC4.0. |
JDBC driver and data source implementations.
Client/Remote driver and data sources, used to connect to the network server
Embedded driver and data sources, used when the database engine is embedded with the application.
Derby's JDBC api is defined by its entry point classes, the drivers and data source implementations
and the standard JDBC api definitions of the java.sql
and javax.sql
classes.
Derby does not provide non-standard extensions to standard JDBC classes such as Connection
,
to encourage portable JDBC applications.
|
Built on Mon 2006-12-11 07:21:46-0800, from revision 485682 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |