Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.operations | |
com.softwareag.mobile.runtime.toolkit.persistence |
Modifier and Type | Method and Description |
---|---|
ISQLiteConnector |
SyncClient.getSQLStore()
Returns the
ISQLiteConnector . |
Modifier and Type | Class and Description |
---|---|
class |
SQLiteConnectorImpl
The
SQLiteConnectorImpl is a simple implementation of
ISQLiteConnector which handles the communication with a given SQLite
table. |
class |
SyncClientSQLiteConnectorImpl
Implementation of
SQLiteConnectorImpl to handle the persistence of
RowStructure s from the mobile data sync package. |