mongo-standalone ~master (2021-08-13T13:58:44Z)
Dub
Repo
OP_REPLY
kaleidic
mongo_standalone
Undocumented in source.
struct
OP_REPLY {
MsgHeader
header
;
int
responseFlags
;
long
cursorID
;
int
startingFrom
;
int
numberReturned
;
document
[]
documents
;
int
numberToReturn
;
const
(
char
)[]
fullCollectionName
;
size_t
current
;
MongoConnection
connection
;
int
limitRemaining
;
string
errorMessage
;
int
errorCode
;
bool
empty
[@property getter];
void
popFront
();
document
front
[@property getter];
}
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
document
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
connection
MongoConnection
connection
;
Undocumented in source.
current
size_t
current
;
Undocumented in source.
cursorID
long
cursorID
;
Undocumented in source.
documents
document
[]
documents
;
Undocumented in source.
errorCode
int
errorCode
;
Undocumented in source.
errorMessage
string
errorMessage
;
Undocumented in source.
fullCollectionName
const
(
char
)[]
fullCollectionName
;
Undocumented in source.
header
MsgHeader
header
;
Undocumented in source.
limitRemaining
int
limitRemaining
;
Undocumented in source.
numberReturned
int
numberReturned
;
Undocumented in source.
numberToReturn
int
numberToReturn
;
Undocumented in source.
responseFlags
int
responseFlags
;
Undocumented in source.
startingFrom
int
startingFrom
;
Undocumented in source.
Meta
Source
See Implementation
kaleidic
mongo_standalone
classes
MongoConnection
SocketReceiveStream
enums
OP
QueryFlags
WireVersion
functions
BCryptGenRandom
getentropy
main
makeDigest
interfaces
IReceiveStream
manifest constants
STATUS_SUCCESS
static variables
mongoDriverName
mongoDriverVersion
structs
Decimal128
GetVisitor
Javascript
MsgHeader
OP_DELETE
OP_GET_MORE
OP_INSERT
OP_KILL_CURSORS
OP_QUERY
OP_REPLY
OP_UPDATE
ObjectId
RegEx
ScramState
SendBuffer
Timestamp
ToStringVisitor
Undefined
Uri
UriHost
UtcTimestamp
bson_value
document