public final class SyncClientSQLiteConnectorImpl extends SQLiteConnectorImpl
SQLiteConnectorImpl
to handle the persistence of
RowStructure
s from the mobile data sync package. This class is not meant to be extended by clients.
Constructor and Description |
---|
SyncClientSQLiteConnectorImpl(java.lang.String tableName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
bindFromCursor(com.softwareag.mobile.runtime.database.Cursor cursor)
Binds the values contained in the delivered
Cursor to an array of
objects. |
createTable, delete, deleteAll, getCount, getDatabaseName, getTableName, insertOrUpdate, selectAll
public SyncClientSQLiteConnectorImpl(java.lang.String tableName)
public java.lang.Object bindFromCursor(com.softwareag.mobile.runtime.database.Cursor cursor) throws com.softwareag.mobile.runtime.database.DatabaseException
SQLiteConnectorImpl
Cursor
to an array of
objects. This method is called by SQLiteConnectorImpl.selectAll()
. bindFromCursor
in class SQLiteConnectorImpl
com.softwareag.mobile.runtime.database.DatabaseException
SQLiteConnectorImpl.selectAll()