|
MongoDBCDriver
0.7.1
|
Public Attributes | |
| mongo_reply * | reply |
| reply is owned by cursor | |
| mongo * | conn |
| connection is *not* owned by cursor | |
| const char * | ns |
| owned by cursor | |
| int | flags |
| Flags used internally by this drivers. | |
| int | seen |
| Number returned so far. | |
| bson | current |
| This cursor's current bson object. | |
| mongo_cursor_error_t | err |
| Errors on this cursor. | |
| const bson * | query |
| Bitfield containing cursor options. | |
| const bson * | fields |
| Bitfield containing cursor options. | |
| int | options |
| Bitfield containing cursor options. | |
| int | limit |
| Bitfield containing cursor options. | |
| int | skip |
| Bitfield containing cursor options. | |
This cursor's current bson object.
Errors on this cursor.
| const bson* mongo_cursor::fields |
Bitfield containing cursor options.
Flags used internally by this drivers.
Bitfield containing cursor options.
Bitfield containing cursor options.
| const bson* mongo_cursor::query |
Bitfield containing cursor options.
Number returned so far.
Bitfield containing cursor options.
1.7.6.1