- delete_
void delete_(const(char)[] fullCollectionName, bool singleRemove, document selector)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMore
OP_REPLY getMore(const(char)[] fullCollectionName, int numberToReturn, long cursorId, int limitTotalEntries)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(bool continueOnError, const(char)[] fullCollectionName, document[] documents)
Undocumented in source. Be warned that the author may not have intended to support it.
- killCursors
void killCursors(const(long)[] cursorIds)
Undocumented in source. Be warned that the author may not have intended to support it.
- query
OP_REPLY query(const(char)[] fullCollectionName, int numberToSkip, int numberToReturn, document query, document returnFieldsSelector, int flags, int limitTotalEntries)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(const(char)[] fullCollectionName, bool upsert, bool multiupdate, document selector, document update)
Undocumented in source. Be warned that the author may not have intended to support it.