Uses of Package
com.j256.ormlite.support

Packages that use com.j256.ormlite.support
com.j256.ormlite.dao Database Access Object classes. 
com.j256.ormlite.db Per-database type and SQL information. 
com.j256.ormlite.field Object field information. 
com.j256.ormlite.field.types   
com.j256.ormlite.misc Miscellaneous classes. 
com.j256.ormlite.stmt SQL statement generation and processing. 
com.j256.ormlite.stmt.mapped Compiled SQL query statements. 
com.j256.ormlite.support Database support classes. 
com.j256.ormlite.table Object table information. 
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.dao
ConnectionSource
          A reduction of the SQL DataSource so we can implement its functionality outside of JDBC.
DatabaseResults
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.db
DatabaseResults
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.field
ConnectionSource
          A reduction of the SQL DataSource so we can implement its functionality outside of JDBC.
DatabaseResults
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.field.types
DatabaseResults
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.misc
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.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.stmt
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.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.stmt.mapped
CompiledStatement
          An internal reduction of the SQL PreparedStatment 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.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.support
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.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.table
ConnectionSource
          A reduction of the SQL DataSource so we can implement its functionality outside of JDBC.
 



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