vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

MongoCursor.this - multiple declarations

Function MongoCursor.this

this(Q, S) (
  MongoClient client,
  string collection,
  QueryFlags flags,
  int nskip,
  int nret,
  Q query,
  S return_field_selector
);

Function MongoCursor.this

this (
  MongoClient client,
  string collection,
  long cursor,
  DocType[] existing_documents
);

Function MongoCursor.this

this(Q) (
  MongoClient client,
  string database,
  string collection,
  Q query,
  FindOptions options
);

Function MongoCursor.this

this (
  MongoClient client,
  Bson command,
  int batchSize = 0,
  Duration getMoreMaxTime = Duration.max
);
Authors

Sönke Ludwig

Copyright

© 2012-2014 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.