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

Packages that use DBInfo
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
 

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

Fields in org.apache.jdo.impl.fostore declared as DBInfo
private  DBInfo FOStoreDatabase.dbInfo
           
 

Methods in org.apache.jdo.impl.fostore that return DBInfo
 DBInfo FOStoreDatabase.getDBInfo()
          Get the DBInfo for this database.
(package private) static DBInfo DBInfo.get(FOStoreDatabase db)