kaleidic.mongo_standalone

Standalone Mongo driver implementation.

Members

Classes

MongoConnection
class MongoConnection
Undocumented in source.
SocketReceiveStream
class SocketReceiveStream
Undocumented in source.

Enums

OP
enum OP
Undocumented in source.
QueryFlags
enum QueryFlags
Undocumented in source.
WireVersion
enum WireVersion

Server Wire version indicating supported features https://github.com/mongodb/specifications/blob/master/source/wireversion-featurelist.rst

Functions

BCryptGenRandom
NTSTATUS BCryptGenRandom(void* , PUCHAR , ULONG , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
getentropy
int getentropy(void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
makeDigest
string makeDigest(string username, string password)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IReceiveStream
interface IReceiveStream
Undocumented in source.

Manifest constants

STATUS_SUCCESS
enum STATUS_SUCCESS;
Undocumented in source.

Static variables

mongoDriverName
string mongoDriverName;
Undocumented in source.
mongoDriverVersion
string mongoDriverVersion;
Undocumented in source.

Structs

Decimal128
struct Decimal128
Undocumented in source.
GetVisitor
struct GetVisitor(T)
Undocumented in source.
Javascript
struct Javascript
Undocumented in source.
MsgHeader
struct MsgHeader
Undocumented in source.
OP_DELETE
struct OP_DELETE
Undocumented in source.
OP_GET_MORE
struct OP_GET_MORE
Undocumented in source.
OP_INSERT
struct OP_INSERT
Undocumented in source.
OP_KILL_CURSORS
struct OP_KILL_CURSORS
Undocumented in source.
OP_QUERY
struct OP_QUERY
Undocumented in source.
OP_REPLY
struct OP_REPLY
Undocumented in source.
OP_UPDATE
struct OP_UPDATE
Undocumented in source.
ObjectId
struct ObjectId
Undocumented in source.
RegEx
struct RegEx
Undocumented in source.
ScramState
struct ScramState
Undocumented in source.
SendBuffer
struct SendBuffer
Undocumented in source.
Timestamp
struct Timestamp
Undocumented in source.
ToStringVisitor
struct ToStringVisitor(T)
Undocumented in source.
Undefined
struct Undefined
Undocumented in source.
Uri
struct Uri
Undocumented in source.
UriHost
struct UriHost
Undocumented in source.
UtcTimestamp
struct UtcTimestamp
Undocumented in source.
bson_value
struct bson_value
Undocumented in source.
document
struct document
Undocumented in source.

Meta

License

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