Couchbase Transactions C++ Client  1.0.0
Transactions client for couchbase
Classes | Enumerations | Functions
collection.hxx File Reference
#include <chrono>
#include <couchbase/client/bucket.hxx>
#include <couchbase/client/lookup_in_spec.hxx>
#include <couchbase/client/mutate_in_spec.hxx>
#include <couchbase/client/options.hxx>
#include <couchbase/client/result.hxx>
#include <couchbase/support.hxx>
#include <string>
#include <thread>
#include <vector>

Go to the source code of this file.

Classes

class  couchbase::collection
 Exposes collection-level kv operations. More...
 

Enumerations

enum  store_operation { upsert, insert, replace }
 

Functions

result couchbase::store_impl (collection *coll, store_operation op, const std::string &id, const std::string &payload, uint64_t cas, durability_level level)
 

Detailed Description

Provides collection-level operations for Couchbase Transactions Client.