vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
MongoCollection.findOne
index
vibe
db
mongo
collection
MongoCollection
Undocumented in source. Be warned that the author may not have intended to support it.
auto
findOne
(T query, U returnFieldSelector, QueryFlags flags)
struct
MongoCollection
deprecated
auto
findOne
(
R
=
Bson
T
U
)
(
T
query
,
U
returnFieldSelector
,
QueryFlags
flags
)
auto
findOne
(T query, U projection, FindOptions options)
auto
findOne
(T query, FindOptions options)
Meta
Source
See Implementation
index
vibe
db
mongo
collection
MongoCollection
aliases
getIndexes
constructors
this
functions
aggregate
count
countDocuments
createIndex
createIndexes
deleteAll
deleteImpl
deleteMany
deleteOne
distinct
drop
dropIndex
dropIndexes
ensureIndex
estimatedDocumentCount
find
findAndModify
findAndModifyExt
findOne
insert
insertMany
insertOne
listIndexes
remove
replaceOne
update
updateImpl
updateMany
updateOne
properties
database
name