Class | Description |
---|---|
BaseJdbcConnectionSource |
Base class that defines some of the common JDBC connection source functionality.
|
DataSourceConnectionSource |
Wrapper around a
DataSource that supports our ConnectionSource interface. |
JdbcCompiledStatement |
Wrapper around a
PreparedStatement object which we delegate to. |
JdbcConnectionSource |
Implementation of the ConnectionSource interface that supports what is needed by ORMLite.
|
JdbcDatabaseConnection |
Wrapper around a JDBC
Connection object which we delegate to. |
JdbcDatabaseResults |
Wrapper around a
ResultSet object which we delegate to. |
JdbcPooledConnectionSource |
Implementation of the ConnectionSource interface that supports basic pooled connections.
|
JdbcPooledConnectionSource.ConnectionMetaData |
Class to hold the connection and its meta data.
|
JdbcSingleConnectionSource |
A connection source that uses an existing open database connection.
|
TypeValMapper |
Map from
SqlType to the constants in the Types class. |
JDBC database connection and results classes.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.