Package | Description |
---|---|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteBuilder<T,ID>
Assists in building sql DELETE statements for a particular table in a particular database.
|
class |
QueryBuilder<T,ID>
Assists in building sql query (SELECT) statements for a particular table in a particular database.
|
class |
UpdateBuilder<T,ID>
Assists in building sql UPDATE statements for a particular table in a particular database.
|
Constructor and Description |
---|
Where(TableInfo<T,ID> tableInfo,
StatementBuilder<T,ID> statementBuilder,
DatabaseType databaseType) |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.