| Interface | Description |
|---|---|
| CupboardDatabase |
This interface closely mimics the SQLiteDatabase interface, to allow alternative
implementations of SQLite to be used with Cupboard.
|
| Class | Description |
|---|---|
| Cupboard |
The entry point of Cupboard is this class.
|
| CupboardBuilder |
Aids in creating specialized
Cupboard instances |
| CupboardFactory |
Factory that provides the global
Cupboard instance |
| CursorCompartment |
CursorCompartment is used to get or iterate results from a Cursor. |
| DatabaseCompartment |
Operate on a
CupboardDatabase. |
| DatabaseCompartment.QueryBuilder<T> | |
| EntityCompartment<T> | |
| ProviderCompartment | |
| ProviderCompartment.QueryBuilder<T> | |
| ProviderOperationsCompartment | |
| QueryResultIterable<T> |