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

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

binary() const -> binary_collectioncollection
bucketcollectionfriend
bucket_name() const -> const std::string &collection
default_namecollectionstatic
exists(std::string document_id, const exists_options &options, exists_handler &&handler) constcollection
exists(std::string document_id, const exists_options &options={}) const -> std::future< std::pair< error, exists_result > >collection
get(std::string document_id, const get_options &options, get_handler &&handler) constcollection
get(std::string document_id, const get_options &options={}) const -> std::future< std::pair< error, get_result > >collection
get_all_replicas(std::string document_id, const get_all_replicas_options &options, get_all_replicas_handler &&handler) constcollection
get_all_replicas(std::string document_id, const get_all_replicas_options &options={}) const -> std::future< std::pair< error, get_all_replicas_result > >collection
get_and_lock(std::string document_id, std::chrono::seconds lock_duration, const get_and_lock_options &options, get_and_lock_handler &&handler) constcollection
get_and_lock(std::string document_id, std::chrono::seconds lock_duration, const get_and_lock_options &options={}) const -> std::future< std::pair< error, get_result > >collection
get_and_touch(std::string document_id, std::chrono::seconds duration, const get_and_touch_options &options, get_and_touch_handler &&handler) constcollection
get_and_touch(std::string document_id, std::chrono::seconds duration, const get_and_touch_options &options={}) const -> std::future< std::pair< error, get_result > >collection
get_and_touch(std::string document_id, std::chrono::system_clock::time_point time_point, const get_and_touch_options &options, get_and_touch_handler &&handler) constcollection
get_and_touch(std::string document_id, std::chrono::system_clock::time_point time_point, const get_and_touch_options &options={}) const -> std::future< std::pair< error, get_result > >collection
get_any_replica(std::string document_id, const get_any_replica_options &options, get_any_replica_handler &&handler) constcollection
get_any_replica(std::string document_id, const get_any_replica_options &options={}) const -> std::future< std::pair< error, get_replica_result > >collection
insert(std::string document_id, codec::encoded_value document, const insert_options &options, insert_handler &&handler) constcollection
insert(std::string document_id, Document document, const insert_options &options, insert_handler &&handler) constcollectioninline
insert(std::string document_id, codec::encoded_value document, const insert_options &options) const -> std::future< std::pair< error, mutation_result > >collection
insert(std::string document_id, const Document &document, const insert_options &options={}) const -> std::future< std::pair< error, mutation_result > >collectioninline
lookup_in(std::string document_id, const lookup_in_specs &specs, const lookup_in_options &options, lookup_in_handler &&handler) constcollection
lookup_in(std::string document_id, const lookup_in_specs &specs, const lookup_in_options &options={}) const -> std::future< std::pair< error, lookup_in_result > >collection
lookup_in_all_replicas(std::string document_id, const lookup_in_specs &specs, const lookup_in_all_replicas_options &options, lookup_in_all_replicas_handler &&handler) constcollection
lookup_in_all_replicas(std::string document_id, const lookup_in_specs &specs, const lookup_in_all_replicas_options &options={}) const -> std::future< std::pair< error, lookup_in_all_replicas_result > >collection
lookup_in_any_replica(std::string document_id, const lookup_in_specs &specs, const lookup_in_any_replica_options &options, lookup_in_any_replica_handler &&handler) constcollection
lookup_in_any_replica(std::string document_id, const lookup_in_specs &specs, const lookup_in_any_replica_options &options={}) const -> std::future< std::pair< error, lookup_in_replica_result > >collection
mutate_in(std::string document_id, const mutate_in_specs &specs, const mutate_in_options &options, mutate_in_handler &&handler) constcollection
mutate_in(std::string document_id, const mutate_in_specs &specs, const mutate_in_options &options={}) const -> std::future< std::pair< error, mutate_in_result > >collection
name() const -> const std::string &collection
query_indexes() const -> collection_query_index_managercollection
remove(std::string document_id, const remove_options &options, remove_handler &&handler) constcollection
remove(std::string document_id, const remove_options &options={}) const -> std::future< std::pair< error, mutation_result > >collection
replace(std::string document_id, codec::encoded_value document, const replace_options &options, replace_handler &&handler) constcollection
replace(std::string document_id, Document document, const replace_options &options, replace_handler &&handler) constcollectioninline
replace(std::string document_id, codec::encoded_value document, const replace_options &options) const -> std::future< std::pair< error, mutation_result > >collection
replace(std::string document_id, const Document &document, const replace_options &options={}) const -> std::future< std::pair< error, mutation_result > >collectioninline
scan(const scan_type &scan_type, const scan_options &options, scan_handler &&handler) constcollection
scan(const scan_type &scan_type, const scan_options &options={}) const -> std::future< std::pair< error, scan_result > >collection
scopecollectionfriend
scope_name() const -> const std::string &collection
touch(std::string document_id, std::chrono::seconds duration, const touch_options &options, touch_handler &&handler) constcollection
touch(std::string document_id, std::chrono::seconds duration, const touch_options &options={}) const -> std::future< std::pair< error, result > >collection
touch(std::string document_id, std::chrono::system_clock::time_point time_point, const touch_options &options, touch_handler &&handler) constcollection
touch(std::string document_id, std::chrono::system_clock::time_point time_point, const touch_options &options={}) const -> std::future< std::pair< error, result > >collection
unlock(std::string document_id, couchbase::cas cas, const unlock_options &options, unlock_handler &&handler) constcollection
unlock(std::string document_id, couchbase::cas cas, const unlock_options &options={}) const -> std::future< error >collection
upsert(std::string document_id, codec::encoded_value document, const upsert_options &options, upsert_handler &&handler) constcollection
upsert(std::string document_id, Document document, const upsert_options &options, upsert_handler &&handler) constcollectioninline
upsert(std::string document_id, codec::encoded_value document, const upsert_options &options) const -> std::future< std::pair< error, mutation_result > >collection
upsert(std::string document_id, const Document &document, const upsert_options &options={}) const -> std::future< std::pair< error, mutation_result > >collectioninline