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

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

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

Methods in com.ibm.mobileservices.isync.midp that return FastRecordStore
static com.ibm.mobileservices.isync.midp.FastRecordStore FastRecordStore.openRecordStore(java.lang.String recordStoreName, boolean createIfNecessary)
          Returns an instance of FastRecordStore.
 

Methods in com.ibm.mobileservices.isync.midp with parameters of type FastRecordStore
 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.
 

Constructors in com.ibm.mobileservices.isync.midp with parameters of type FastRecordStore
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.