Couchbase C++ SDK 1.1.0 (rev. effbd6e)
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_multi(const std::vector< transaction_get_multi_spec > &specs, const transaction_get_multi_options &options) -> std::pair< error, std::optional< transaction_get_multi_result > >=0attempt_contextpure virtual
get_multi_replicas_from_preferred_server_group(const std::vector< transaction_get_multi_replicas_from_preferred_server_group_spec > &specs, const transaction_get_multi_replicas_from_preferred_server_group_options &options) -> std::pair< error, std::optional< transaction_get_multi_replicas_from_preferred_server_group_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