Interface | Description |
---|---|
Cursor |
The Cursor interface is used to iterate over the results returned from a database query.
|
Row |
The
Row interface is returned by Cursor.getRow() to provide
access to the content of an individual row. |
RowExt |
An extension of the
Row interface to support RowExt.wasNull() . |
Class | Description |
---|---|
Database |
Allows access to SQLite specifically connecting to a database and executing sql queries on the data.
|
ThreadSafeDatabase | Deprecated
platform specific nuances prevented this approach from working out, we improved the native iOS support for thread safety instead
|