vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
MongoConnection.query
index
vibe
db
mongo
connection
MongoConnection
Undocumented in source. Be warned that the author may not have intended to support it.
class
MongoConnection
@
safe
deprecated
void
query
(
T
)
(
string
collection_name
,
QueryFlags
flags
,
int
nskip
,
int
nret
,
Bson
query
,
Bson
returnFieldSelector
,
scope
ReplyDelegate
on_msg
,
scope
DocDelegate
!
T
on_doc
)
Meta
Source
See Implementation
index
vibe
db
mongo
connection
MongoConnection
constructors
this
functions
connect
delete_
disconnect
getLastError
insert
killCursors
listDatabases
query
runCommand
runCommandUnchecked
startFind
update
properties
connected
description
templates
getMore
variables
defaultPort