Uses of Class
org.apache.jdo.impl.fostore.FOStoreBtreeStorage

Uses of FOStoreBtreeStorage in org.apache.jdo.impl.fostore
 

Fields in org.apache.jdo.impl.fostore declared as FOStoreBtreeStorage
private  FOStoreBtreeStorage FOStoreDatabase.storage
           
 

Methods in org.apache.jdo.impl.fostore that return FOStoreBtreeStorage
private  FOStoreBtreeStorage FOStoreDatabase.createBtreeStorage(java.lang.String name, boolean isNew)
          Helper method to create a BtreeStorage.
 

Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreBtreeStorage
(package private)  org.netbeans.mdr.persistence.MOFID OID.keyValue(FOStoreBtreeStorage storage)
          Provides the OID in a form that can be used by the database as a key.
private  void FOStoreDatabase.closeBtreeStorage(FOStoreBtreeStorage storage)
          Helper method to close a BtreeStorage.