Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
attempt_context Member List

This is the complete list of members for attempt_context, including all inherited members.

get(const couchbase::collection &coll, const std::string &id) -> std::pair< error, transaction_get_result >=0attempt_contextpure virtual
get_replica_from_preferred_server_group(const couchbase::collection &coll, const std::string &id) -> std::pair< error, transaction_get_result >=0attempt_contextpure virtual
insert(const couchbase::collection &coll, const std::string &id, const Document &content) -> std::pair< error, transaction_get_result >attempt_contextinline
query(const std::string &statement, const transaction_query_options &options={}) -> std::pair< error, transaction_query_result >attempt_context
query(const scope &scope, const std::string &statement, const transaction_query_options &opts={}) -> std::pair< error, transaction_query_result >attempt_context
remove(const transaction_get_result &doc) -> error=0attempt_contextpure virtual
replace(const transaction_get_result &doc, const Document &content) -> std::pair< error, transaction_get_result >attempt_contextinline
~attempt_context()=defaultattempt_contextvirtual