Workspace 6.21.5
|
Classes | |
class | Bson |
Bson wrapper class. More... | |
class | Client |
Wrapper of mongoc_client_t, provides a connection to talk to a MongoDB server. More... | |
class | Collection |
Wrapper of mongoc_collection_t. More... | |
class | Cursor |
Wrapper of mongoc_cursor_t. More... | |
class | Database |
Wrapper of mongoc_database_t. More... | |
class | Gridfs |
Wrapper of mongoc_gridfs_t. More... | |
class | MongoError |
class | Session |
Wrapper of mongoc_client_session_t. More... | |
class | Transaction |
Wrapper of a mongo transaction over a Session. More... | |
Functions | |
bool | adapt (const Bson &from, QByteArray &to) |
bool | adapt (const Bson &from, QJsonDocument &to) |
bool | adapt (const QByteArray &from, Bson &to) |
bool | adapt (const QJsonDocument &from, Bson &to) |
bool adapt | ( | const Bson & | from, |
QByteArray & | to | ||
) |
bool adapt | ( | const Bson & | from, |
QJsonDocument & | to | ||
) |
bool adapt | ( | const QByteArray & | from, |
Bson & | to | ||
) |
bool adapt | ( | const QJsonDocument & | from, |
Bson & | to | ||
) |