| Interface | Description |
|---|---|
| DaoQueryFactory |
QueryGenerator
Factory for DaoQuery objects.
|
| QueryInfo.RowMapper |
RowMapper
An interface to create an Object from a query result row
|
| ResultRow |
ResultRow
Subset of Cursor interface to use for row mapping
|
| SqlQueryFactory |
SqlQueryProvider
|
| Class | Description |
|---|---|
| DaoQuery<T> |
DaoQuery
OrmLite query for generic entity class.
|
| DaoQuery.SimpleSelectArg |
SimpleSelectArg
Makes value accessible without potential SQLException
|
| EntityQuery<T> |
EntityQuery
Implements javax.persistence.Query using OrmLite query.
|
| NamedDaoQuery |
NamedDaoQuery
Named OrmLite query generator
|
| NamedSqlQuery |
NamedSqlQuery
Named native query generator
|
| NativeQuery |
NativeQuery
Implements javax.persistence.Query using native query.
|
| QueryBase |
QueryBase
Abstract implementation of javax.persistence.Query for both OrmLite and native queries
|
| QueryInfo |
QueryInfo
Holds information to be used to build an SQLite query and map each result set row to an object.
|
| ResultRow.FunctionSpec |
FunctionSpec
Indicates type of operation and related parameters
|
| SqlQuery |
SqlQuery
Implements javax.persistence.Query invoked using an Android SQLite interface.
|
| Enum | Description |
|---|---|
| ResultRow.op |
op
Enumeration of operation to perform on query result row
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.