Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
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 >=0 | attempt_context | pure virtual |
get_replica_from_preferred_server_group(const couchbase::collection &coll, const std::string &id) -> std::pair< error, transaction_get_result >=0 | attempt_context | pure virtual |
insert(const couchbase::collection &coll, const std::string &id, const Document &content) -> std::pair< error, transaction_get_result > | attempt_context | inline |
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=0 | attempt_context | pure virtual |
replace(const transaction_get_result &doc, const Document &content) -> std::pair< error, transaction_get_result > | attempt_context | inline |
~attempt_context()=default | attempt_context | virtual |