| Interface | Description |
|---|---|
| AbstractDataSource.AbstractExecutable<E extends BindDaoFactory> |
Interface for database operations.
|
| AbstractDataSource.OnErrorListener | |
| BindDaoFactory |
Marker interface for DAO factory.
|
| DatabaseLifecycleHandler |
Manage upgrade or downgrade of database.
|
| NoAdapter | |
| NoEntity |
Rapresents dummy foreign key.
|
| NoForeignKey |
Rapresents dummy foreign key.
|
| OnReadBeanListener<E> | |
| OnReadCursorListener |
Listener for query with raw result.
|
| SQLContext | |
| SQLiteUpdateTaskHelper.OnResultListener |
| 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 | |
| KriptonContentValues | |
| KriptonDatabaseWrapper | |
| PaginatedResult<E> |
Allow to manage SQL result pages with LIMIT clause.
|
| SQLContextImpl |
This context provides all necessary support classes to invoke queries.
|
| SQLContextSingleThreadImpl |
Works on single thread.
|
| SQLiteModification |
Rapresents operations generated by insert, update, delete operations on
tables.
|
| SQLiteUpdateTask |
SQLite schema upgrade to version currentVersion from currentVersion-1.
|
| SQLiteUpdateTaskFromFile |
Database schema upgrade
|
| SQLiteUpdateTaskHelper | |
| SQLTypeAdapterUtils | |
| SqlUtils |
| Enum | Description |
|---|---|
| AbstractDataSource.TypeStatus | |
| ConflictAlgorithmType |
Documentation about InserType is a copy of
lang_conflict
|
| ForeignKeyAction |
Action type on update or delete.
|
| KriptonContentValues.ParamType | |
| SQLiteUpdateTaskHelper.QueryType | |
| TransactionResult |
Copyright © 2018. All rights reserved.