Package com.j256.ormlite.support

Database support classes.

See:
          Description

Interface Summary
CompiledStatement An internal reduction of the SQL PreparedStatment so we can implement its functionality outside of JDBC.
ConnectionSource A reduction of the SQL DataSource so we can implement its functionality outside of JDBC.
DatabaseConnection A reduction of the SQL Connection so we can implement its functionality outside of JDBC.
DatabaseResults A reduction of the SQL ResultSet so we can implement it outside of JDBC.
GeneratedKeyHolder The holder of a generated key so we can return the value of generated keys from update methods.
 

Class Summary
BaseConnectionSource Connection source base class which provides the save/clear mechanism using a thread local.
 

Package com.j256.ormlite.support Description

Database support classes.



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