Package com.j256.ormlite.jdbc

JDBC database connection and results classes.

See:
          Description

Class Summary
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.
TypeValMapper Map from SqlType to the constants in the Types class.
 

Package com.j256.ormlite.jdbc Description

JDBC database connection and results classes.



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.