Interface | Description |
---|---|
JdbcThreadFactory |
Generic interface for getting threads, modeled after Enhydra
ThreadClientService interface.
|
Class | Description |
---|---|
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.
|