|
libmongo-client 0.1.4
|
MongoDB client API public header. More...


Go to the source code of this file.
Functions | |
| mongo_connection * | mongo_connect (const char *host, int port) |
| Connect to a MongoDB server. | |
| void | mongo_disconnect (mongo_connection *conn) |
| Disconnect from a MongoDB server. | |
| gboolean | mongo_packet_send (mongo_connection *conn, const mongo_packet *p) |
| Sends an assembled command packet to MongoDB. | |
| mongo_packet * | mongo_packet_recv (mongo_connection *conn) |
| Receive a packet from MongoDB. | |
| gint32 | mongo_connection_get_requestid (const mongo_connection *conn) |
| Get the last requestID from a connection object. | |
| gboolean | mongo_connection_set_timeout (mongo_connection *conn, gint timeout) |
| Set a timeout for read/write operations on a connection. | |
MongoDB client API public header.
Definition in file mongo-client.h.
1.7.4