| Interface | Description |
|---|---|
| AbstractDataSource.AbstractTransaction<E extends BindDaoFactory> |
Interface for database transactions.
|
| BindDaoFactory |
Marker interface for DAO factory.
|
| DatabaseLifecycleHandler |
Manage upgrade or downgrade of database.
|
| OnReadBeanListener<E> | |
| OnReadCursorListener |
Listener for query with raw result.
|
| Class | Description |
|---|---|
| AbstractDao |
This class become the parent class for every Dao generated.
|
| AbstractDataSource |
Base class for data source
|
| ContentProviderURIParamsExtractor |
Extracts from an content provider URI, its path segments, after check that URI has
right lenght, just to prevent URI manipulation.
|
| DataSourceOptions |
Options to build a data source
|
| DataSourceOptions.Builder | |
| NoForeignKey |
Rapresents dummy foreign key.
|
| PaginatedResult<E> |
Allow to manage SQL result pages with LIMIT clause.
|
| SQLiteUpdateTask |
SQLite schema upgrade to version currentVersion from currentVersion-1.
|
| SQLiteUpdateTaskFromFile |
Database schema upgrade
|
| SQLiteUpdateTaskHelper | |
| SqlUtils |
| Enum | Description |
|---|---|
| ConflictAlgorithmType |
Documentation about InserType is a copy of
lang_conflict
|
| FieldType | |
| SQLiteUpdateTaskHelper.QueryType |
Copyright © 2017. All rights reserved.