|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.database.fastobjectdb.FastObjectDBManager
Factory pattern to manage one FODb inside an application. Use to get the current db factory instance. Use the PropertiesManager fastobjectdb.database.path and fastobjectdb.database.name properties to define db path and name.
Field Summary | |
protected static FastObjectDB |
db
|
Constructor Summary | |
FastObjectDBManager()
|
Method Summary | |
static FastObjectDB |
getCurrentFODB()
return the current FODB instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static FastObjectDB db
Constructor Detail |
public FastObjectDBManager()
Method Detail |
public static FastObjectDB getCurrentFODB() throws DatabaseException
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |