add(String colName, Object obj) | org.openmobileis.database.fastobjectdb.FastObjectDB | |
addIndex(String colName, FODBIndexDescriptor descriptor) | org.openmobileis.database.fastobjectdb.FastObjectDB | |
createCollection(FODBCollectionDescriptor descriptor) | org.openmobileis.database.fastobjectdb.FastObjectDB | |
createCollection(String collectionName, Class objectType) | org.openmobileis.database.fastobjectdb.FastObjectDB | |
delete(String colName, Object obj) | org.openmobileis.database.fastobjectdb.FastObjectDB | |
deleteWithId(String colName, Object id) | org.openmobileis.database.fastobjectdb.FastObjectDB | |
FastObjectDB(String dbRootDir, String dbName, FODBMainFile fmf, int action) | org.openmobileis.database.fastobjectdb.FastObjectDB | [protected] |
open(String dbRootDir, String dbName) | org.openmobileis.database.fastobjectdb.FastObjectDB | [static] |
openCollection(String collectionName) | org.openmobileis.database.fastobjectdb.FastObjectDB | [protected] |
query() | org.openmobileis.database.fastobjectdb.FastObjectDB | |
replace(String colName, Object obj) | org.openmobileis.database.fastobjectdb.FastObjectDB | |