Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
This is the complete list of members for async_attempt_context, including all inherited members.
get(const collection &coll, std::string id, async_result_handler &&handler)=0 | async_attempt_context | pure virtual |
get_replica_from_preferred_server_group(const couchbase::collection &coll, const std::string &id, async_result_handler &&handler)=0 | async_attempt_context | pure virtual |
insert(const collection &coll, std::string id, Document &&content, async_result_handler &&handler) | async_attempt_context | inline |
query(const scope &scope, std::string statement, transaction_query_options opts, async_query_handler &&handler) | async_attempt_context | |
query(std::string statement, transaction_query_options opts, async_query_handler &&handler) | async_attempt_context | inline |
query(std::string statement, async_query_handler &&handler) | async_attempt_context | inline |
remove(transaction_get_result doc, async_err_handler &&handler)=0 | async_attempt_context | pure virtual |
replace(transaction_get_result doc, Document &&content, async_result_handler &&handler) | async_attempt_context | inline |
~async_attempt_context()=default | async_attempt_context | virtual |