|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
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_multi(const std::vector< transaction_get_multi_spec > &specs, const transaction_get_multi_options &options) -> std::pair< error, std::optional< transaction_get_multi_result > >=0 | attempt_context | pure 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 > >=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 |