| Class | Description | 
|---|---|
| BaseJdbcConnectionSource | Base class that defines some of the common JDBC connection source functionality. | 
| DataSourceConnectionSource | Wrapper around a  DataSourcethat supports our ConnectionSource interface. | 
| JdbcCompiledStatement | Wrapper around a  PreparedStatementobject which we delegate to. | 
| JdbcConnectionSource | Implementation of the ConnectionSource interface that supports what is needed by ORMLite. | 
| JdbcDatabaseConnection | Wrapper around a JDBC  Connectionobject which we delegate to. | 
| JdbcDatabaseResults | Wrapper around a  ResultSetobject 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  SqlTypeto the constants in theTypesclass. | 
JDBC database connection and results classes.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.