![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_APPEND_CODE(b, key, val) \ PARAMETERS
DESCRIPTIONThe bson_append_code() function shall append a new element to bson using the UTF-8 encoded javascript provided. javascript must be a NULL terminated C string. RETURNSReturns true if the operation was applied successfully. The function will fail if appending javascript grows bson larger than INT32_MAX. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|