| Class | Description |
|---|---|
| Migration |
Migrations execute SQL statements when upgrading from one database version to another.
|
| Model |
A Model represents a single table record and uses annotations to define the table's schema.
|
| Ollie | |
| Ollie.Builder | |
| OllieProvider |
Default implementation of a
ContentProvider.
|
| TypeAdapter<D,S> |
Type adapters provide a method for which to convert between Java types and SQLite types.
|
| Enum | Description |
|---|---|
| Ollie.LogLevel |
Controls the level of logging.
|