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.
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.
Returns the size (in bytes) of a record, used by the MIDLet to ensure
that a byte[] is large enough to hold the row when using
getRecord(int, byte[], int).
Returns the version of this product in a 32-bit unsigned integer
in the format of 0xMMNNRRXX, where MM, NN, and RR are hexadecimal
representation of major, minor, and modification version numbers
respectively, and XX is reserved.
Return the version of this product in a 32-bit unsigned integer
in the format of 0xMMNNRRXX, where MM, NN, and RR are hexadecimal
representation of major, minor, and modification version numbers
respectively, and XX is reserved.
ISyncEvent is used to pass information from the synchronization engine to
the implementor of ISyncListener via its eventIssued() method, and also
from the client application to the synchronization engine.
Returns a copy of the next record in this enumeration, where next
is defined by the comparator and/or filter supplied in the constructor
of this enumerator.
Returns the recordId of the next record in this enumeration, where
next is defined by the comparator and/or filter supplied in the
constructor of this enumerator (comparators and filters not currently
supported by FastRecordEnumeration).
NULL -
Static variable in interface com.ibm.mobileservices.isync.sql.Types
NULL value
NUMERIC -
Static variable in interface com.ibm.mobileservices.isync.sql.Types
Returns the recordId of the previous record in this enumeration, where
previous is defined by the comparator and/or filter supplied in the
constructor of this enumerator.
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.