libmongo-client 0.1.8
|
Enumerations | |
enum | bson_type { BSON_TYPE_NONE = 0 , BSON_TYPE_DOUBLE = 0x01 , BSON_TYPE_STRING , BSON_TYPE_DOCUMENT , BSON_TYPE_ARRAY , BSON_TYPE_BINARY , BSON_TYPE_UNDEFINED , BSON_TYPE_OID , BSON_TYPE_BOOLEAN , BSON_TYPE_UTC_DATETIME , BSON_TYPE_NULL , BSON_TYPE_REGEXP , BSON_TYPE_DBPOINTER , BSON_TYPE_JS_CODE , BSON_TYPE_SYMBOL , BSON_TYPE_JS_CODE_W_SCOPE , BSON_TYPE_INT32 , BSON_TYPE_TIMESTAMP , BSON_TYPE_INT64 , BSON_TYPE_MIN = 0xff , BSON_TYPE_MAX = 0x7f } |
Supported BSON object types. More... | |
enum | bson_binary_subtype { BSON_BINARY_SUBTYPE_GENERIC = 0x00 , BSON_BINARY_SUBTYPE_FUNCTION = 0x01 , BSON_BINARY_SUBTYPE_BINARY = 0x02 , BSON_BINARY_SUBTYPE_UUID = 0x03 , BSON_BINARY_SUBTYPE_MD5 = 0x05 , BSON_BINARY_SUBTYPE_USER_DEFINED = 0x80 } |
Supported BSON binary subtypes. More... |
Functions | |
const gchar * | bson_type_as_string (bson_type type) |
Return a type's stringified name. |
enum bson_binary_subtype |
Supported BSON binary subtypes.
enum bson_type |
Supported BSON object types.
const gchar * bson_type_as_string | ( | bson_type | type | ) |
Return a type's stringified name.
type | is the type to stringify. |