Uses of Package
com.j256.ormlite.stmt

Packages that use com.j256.ormlite.stmt
com.j256.ormlite.dao Database Access Object 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. 
 

Classes in com.j256.ormlite.stmt used by com.j256.ormlite.dao
DeleteBuilder
          Assists in building sql DELETE statements for a particular table in a particular database.
GenericRowMapper
          Parameterized version similar to Spring's RowMapper which converts a result row into an object.
PreparedDelete
          Interface returned by the DeleteBuilder.prepare() which supports custom DELETE statements.
PreparedQuery
          Interface returned by the QueryBuilder.prepare() which supports custom SELECT queries.
PreparedUpdate
          Interface returned by the UpdateBuilder.prepare() which supports custom UPDATE statements.
QueryBuilder
          Assists in building sql query (SELECT) statements for a particular table in a particular database.
StatementExecutor
          Executes SQL statements for a particular table in a particular database.
UpdateBuilder
          Assists in building sql UPDATE statements for a particular table in a particular database.
 

Classes in com.j256.ormlite.stmt used by com.j256.ormlite.stmt
ArgumentHolder
          An argument to a select SQL statement.
BaseArgumentHolder
          Base class for other select argument classes.
GenericRowMapper
          Parameterized version similar to Spring's RowMapper which converts a result row into an object.
PreparedDelete
          Interface returned by the DeleteBuilder.prepare() which supports custom DELETE statements.
PreparedQuery
          Interface returned by the QueryBuilder.prepare() which supports custom SELECT queries.
PreparedStmt
          Parent interface for the PreparedQuery, PreparedUpdate, and PreparedDelete interfaces.
PreparedUpdate
          Interface returned by the UpdateBuilder.prepare() which supports custom UPDATE statements.
QueryBuilder
          Assists in building sql query (SELECT) statements for a particular table in a particular database.
SelectIterator
          Internal iterator so we can page through the class.
StatementBuilder
          Assists in building of SQL statements for a particular table in a particular database.
StatementBuilder.StatementType
          Types of statements that we are building.
Where
          Manages the various clauses that make up the WHERE part of a SQL statement.
 

Classes in com.j256.ormlite.stmt used by com.j256.ormlite.stmt.mapped
ArgumentHolder
          An argument to a select SQL statement.
GenericRowMapper
          Parameterized version similar to Spring's RowMapper which converts a result row into an object.
PreparedDelete
          Interface returned by the DeleteBuilder.prepare() which supports custom DELETE statements.
PreparedQuery
          Interface returned by the QueryBuilder.prepare() which supports custom SELECT queries.
PreparedStmt
          Parent interface for the PreparedQuery, PreparedUpdate, and PreparedDelete interfaces.
PreparedUpdate
          Interface returned by the UpdateBuilder.prepare() which supports custom UPDATE statements.
StatementBuilder.StatementType
          Types of statements that we are building.
 

Classes in com.j256.ormlite.stmt used by com.j256.ormlite.support
GenericRowMapper
          Parameterized version similar to Spring's RowMapper which converts a result row into an object.
StatementBuilder.StatementType
          Types of statements that we are building.
 



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