Interface | Description |
---|---|
ISQLiteConnector |
Common interface to communicate with a specific SQLite table from a
underlying database.
|
Class | Description |
---|---|
SQLiteConnectorImpl |
The
SQLiteConnectorImpl is a simple implementation of
ISQLiteConnector which handles the communication with a given SQLite
table. |