Couchbase C Client
3.3.14
Asynchronous C Client for Couchbase
|
#include <ixmgmt.h>
Data Fields | |
lcb_STATUS | rc |
void * | cookie |
lcb_U16 | rflags |
const lcb_N1XSPEC *const * | specs |
A list of pointers to specs. | |
size_t | nspecs |
Number of specs. | |
const lcb_RESPQUERY * | inner |
Inner N1QL response. | |
lcb_STATUS rc |
void* cookie |
lcb_U16 rflags |
const lcb_N1XSPEC* const* specs |
A list of pointers to specs.
This isn't a simple array of specs because the spec structure internally is backed by additional internal data.
size_t nspecs |
Number of specs.
const lcb_RESPQUERY* inner |