memoryx::CollectionInterface
Overview
interface CollectionInterface
Used By
- CollectionList
Operation Index
- getNS
-
- count
-
- findByMongoId
-
- findByFieldValue
-
- findByFieldValueList
-
- findOneByFieldValue
-
- findByQuery
-
- findByConstraintQuery
-
- findOneByQuery
-
- findAll
-
- findAllUniqueByFieldName
-
- findAllIds
-
- findAllFieldValues
-
- insert
-
- insertList
-
- update
-
- updateByQuery
-
- updateWithUserKey
-
- save
-
- saveWithUserKey
-
- removeByMongoId
-
- removeByQuery
-
- removeByFieldValue
-
- clear
-
- ensureIndex
-
Operations
string getNS()
int count()
bool removeByFieldValue(string fieldName, string fieldValue) throws NotConnectedException
bool ensureIndex(string fieldName, bool unique) throws NotConnectedException