uim.mongo.bson

Undocumented in source.

Members

Classes

DBSON
class DBSON
Undocumented in source.

Functions

BSON
auto BSON()
Undocumented in source. Be warned that the author may not have intended to support it.
BSON
auto BSON(string[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
BsonArray
auto BsonArray()
Undocumented in source. Be warned that the author may not have intended to support it.
BsonObj
auto BsonObj()
Undocumented in source. Be warned that the author may not have intended to support it.
_inc
Bson _inc(Bson obj)
Undocumented in source. Be warned that the author may not have intended to support it.
_mul
Bson _mul(double[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
_mul
Bson _mul(Bson obj)
Undocumented in source. Be warned that the author may not have intended to support it.
and
Bson and(Bson obj, V[string] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
bAND
Bson bAND(V[string] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
bArray
Bson bArray(V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
bEQ
Bson bEQ(string field, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
bGE
Bson bGE(string field, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
bGT
Bson bGT(string field, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
bINC
Bson bINC(size_t[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
bLE
Bson bLE(string field, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
bLT
Bson bLT(string field, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
bNE
Bson bNE(string field, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
bSET
Bson bSET(Bson[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
bSET
Bson bSET(Bson obj)
Undocumented in source. Be warned that the author may not have intended to support it.
bUNSET
Bson bUNSET(string[] fields)
Undocumented in source. Be warned that the author may not have intended to support it.
bUNSET
Bson bUNSET(Bson obj)
Undocumented in source. Be warned that the author may not have intended to support it.
mIN
Bson mIN(string field, V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
mNI
Bson mNI(string field, V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Bson or(string[string][] values)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Bson or(Bson[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
toBSON
auto toBSON(V[string] vals)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta