Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDBManager:
Factory pattern to manage one FODb inside an application. Use to get the current db factory instance. If the db is not open or created, use the fastobjectdb.database.path fastobjectdb.database.name properties to get db path and name.
Definition at line 55 of file SynchroFastObjectDBManager.java.
Static Public Member Functions | |
static FastObjectDB | getCurrentFODB () throws DatabaseException |
return the current FODB instance. | |
static void | flushDB () throws DatabaseException |
Use to reload all db file headers. |
|
return the current FODB instance. Open or create it if not done.
Reimplemented from org.openmobileis.database.fastobjectdb.FastObjectDBManager. Definition at line 64 of file SynchroFastObjectDBManager.java. References org.openmobileis.database.fastobjectdb.FastObjectDBManager.db, org.openmobileis.database.fastobjectdb.FastObjectDB.getCollection(), org.openmobileis.database.fastobjectdb.FastObjectDB.open(), and org.openmobileis.database.fastobjectdb.db.FODBCollection.setCollectionCypher(). |