| Interface | Description |
|---|---|
| DatabaseProvider<T> |
Common interface for Android database providers.
|
| Class | Description |
|---|---|
| BaseConnection |
Base
Connection implementation. |
| BasePreparedStatement |
PreparedStatement implementation using Android's local SQLite database. |
| BaseStatement |
Statement implementation using Android's local SQLite database. |
| CursorResultSet |
ResultSet implementation using Android's Cursor interface. |
| DatabaseSource |
Wrapper for working with Android SQLite databases.
|
| SchemaUpdater |
Basic schema updater that adds missing tables and columns.
|
| SingleResultSet | |
| SqliteMetaData |