Class Summary |
ConflictReader |
This class serves as a reader for client rejected row information
returned from the DB2 Everyplace Sync Server, in the event the client
changes collided with changes made either to the source database or by
other clients to the same rows in a non-compatiable way. |
FastRecordEnumeration |
Enumerate over a FastRecordStore, provides a similar interface to
javax.microedition.rms.FastRecordStore. |
FastRecordStore |
A class that builds on top of the basic RecordStore class to provide performance improvements for writes (by providing a write buffer) as well as update, delete and find by primary key methods. |
Index |
Provides the developer with the ability to search, update and delete based
on the primary key of a row. |
MIDPISyncProvider |
This is the MIDP implementation of ISyncDriver. |
TableMetaData |
This class holds table information within an ISyncSubscriptionSet,
consisting of the name of the table, the number of columns in the table,
the type of each column, if it is nullable, and if it is a primary key. |