| Class | Description |
|---|---|
| DatabaseConfiguration |
Works a bit like configuration file - you have to provide database info
and order for creating daos.
|
| DatabaseHelper |
Works a bit like configuration file - you have to provide database info
and order for creating daos.
|
| SqlColumn |
Simple class containing column info.
|
| SqlCursor |
Wraps android native cursor to provide some additional functions like iteration.
|
| SqlTableFactory |
Sql table declaration helper.
|
| Enum | Description |
|---|---|
| SqlColumnType |
SQLite column types.
|
| SqlForeignKeyActions |
List all sqllite on Delete / on Update actions
|