Package org.enhydra.jdbc.core

Interface Summary
JdbcThreadFactory Generic interface for getting threads, modeled after Enhydra ThreadClientService interface.
 

Class Summary
CoreCallableStatement A very simple implementation of Statement.
CoreConnection This is an implementation of java.sql.Connection which simply delegates everything to an underlying physical implemention of the same interface.
CoreDataSource Provides a Data Source which can be used to generate JDBC connections.
CorePreparedStatement A very simple implementation of PreparedStatement.
CoreStatement A very simple implementation of Statement.