org.enhydra.jdbc.core |
|
Java Source File Name | Type | Comment |
CoreCallableStatement.java | Class | A very simple implementation of Statement. |
CoreConnection.java | Class | This is an implementation of java.sql.Connection which simply delegates
everything to an underlying physical implemention of the same interface. |
CoreDataSource.java | Class | Provides a Data Source which can be used to generate JDBC connections.
This class is generic in the sense that it does not rely upon anything other
than standard Java APIs. |
CorePreparedStatement.java | Class | A very simple implementation of PreparedStatement. |
CoreStatement.java | Class | A very simple implementation of Statement. |
JdbcThreadFactory.java | Interface | Generic interface for getting threads, modeled after Enhydra
ThreadClientService interface. |