apache > db
Apache DB Project
 
Font size:      

The Classes Pertaining to Resource Managers

The Classes Pertaining to Resource Managers

See the javadoc for each class for more information.

  • org.apache.derby.jdbc.EmbeddedDataSource

    Implements javax.sql.DataSource interface, which a JNDI server can reference. Typically this is the object that you work with as a DataSource.

  • org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource

    Implements javax.sql.ConnectionPoolDataSource. A factory for PooledConnection objects.

  • org.apache.derby.jdbc.EmbeddedXADataSource

    Derby's implementation of a javax.sql.XADataSource.


Previous Page
Next Page
Table of Contents
Index