Classes in com.ibm.mobileservices.isync.midp used by com.ibm.mobileservices.isync.midp
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. |
IndexException
This class serves as the general class of exceptions produced by the
Index class. |
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. |
|