Uses of Class
com.ibm.mobileservices.isync.midp.IndexException

Packages that use IndexException
com.ibm.mobileservices.isync.midp   
 

Uses of IndexException in com.ibm.mobileservices.isync.midp
 

Methods in com.ibm.mobileservices.isync.midp that throw IndexException
 void Index.openIndex(com.ibm.mobileservices.isync.midp.FastRecordStore store, com.ibm.mobileservices.isync.midp.TableMetaData tab)
          Allows the the reuse of an index object.
 int Index.insertRecord(byte[] data, int numBytes)
           Adds a record to the underlying FastRecordStore and modifies the primary key index.
 void Index.deleteRecord(int recordId)
           Deletes a record from the underlying FastRecordStore and modifies the primary key index.
 void Index.updateRecord(int recordId, byte[] data, int numBytes)
           Updates a record to the underlying FastRecordStore and modifies the primary key index.
 int Index.findByPrimaryKey(byte[] key, int keyLength)
           Returns the record matching the passed in key value.
 void Index.deleteByPrimaryKey(byte[] keyData, int keyLength)
           Deletes a record in the Store that matches a particular primary key value.
 void Index.updateByPrimaryKey(byte[] data, int numBytes)
           Updates a record that matches the primary key portion of the new row data.
 void Index.close()
           Writes changes in the Primary Key index to non-volatile storage and closes the underlying RecordStore.
static void Index.delete(java.lang.String storeName)
           Deletes an index for the named store.
 

Constructors in com.ibm.mobileservices.isync.midp that throw IndexException
Index(com.ibm.mobileservices.isync.midp.FastRecordStore store, com.ibm.mobileservices.isync.midp.TableMetaData table)
           
 



(c) Copyright IBM Corp. 2001, 2002, 2003. All Rights Reserved.