Package com.j256.ormlite.stmt

SQL statement generation and processing.

See:
          Description

Interface Summary
GenericRowMapper<T> Parameterized version similar to Spring's RowMapper which converts a result row into an object.
PreparedQuery<T> Interface returned by the QueryBuilder.prepareQuery() which supports custom queries.
 

Class Summary
QueryBuilder<T,ID> Assists in building SQL query (select) statements for a particular table in a particular database.
QueryBuilder.InternalQueryBuilder<T,ID>  
SelectArg An argument to a select SQL statement.
SelectIterator<T,ID> Internal iterator so we can page through the class.
StatementExecutor<T,ID> Executes SQL statements for a particular table in a particular database.
Where Manages the various clauses that make up the WHERE part of a SQL statement.
 

Package com.j256.ormlite.stmt Description

SQL statement generation and processing.



Copyright © 2010. All Rights Reserved.