MongoConnection.getMore

Undocumented in source.
  1. void getMore(string collection_name, int nret, long cursor_id, ReplyDelegate on_msg, DocDelegate!T on_doc)
    template getMore(T)
    @safe deprecated
    void
    getMore
    (,
    int nret
    ,,
    scope ReplyDelegate on_msg
    ,
    scope DocDelegate!T on_doc
    )
  2. void getMore(long cursor_id, string database, string collection_name, long nret, GetMoreHeaderDelegate on_header, GetMoreDocumentDelegate!T on_doc, Duration timeout, string errorInfo, string errorFile, size_t errorLine)

Members

Functions

getMore
deprecated void getMore(string collection_name, int nret, long cursor_id, ReplyDelegate on_msg, DocDelegate!T on_doc)
Undocumented in source. Be warned that the author may not have intended to support it.
getMore
void getMore(long cursor_id, string database, string collection_name, long nret, GetMoreHeaderDelegate on_header, GetMoreDocumentDelegate!T on_doc, Duration timeout, string errorInfo, string errorFile, size_t errorLine)

Modern (MongoDB 3.2+ compatible) getMore implementation using the getMore command and OP_MSG. (if supported)

Meta