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

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

bucketcollection_managerfriend
create_collection(std::string scope_name, std::string collection_name, const create_collection_settings &settings, const create_collection_options &options, create_collection_handler &&handler) constcollection_manager
create_collection(std::string scope_name, std::string collection_name, const create_collection_settings &settings={}, const create_collection_options &options={}) const -> std::future< error >collection_manager
create_scope(std::string scope_name, const create_scope_options &options, create_scope_handler &&handler) constcollection_manager
create_scope(std::string scope_name, const create_scope_options &options={}) const -> std::future< error >collection_manager
drop_collection(std::string scope_name, std::string collection_name, const drop_collection_options &options, drop_collection_handler &&handler) constcollection_manager
drop_collection(std::string scope_name, std::string collection_name, const drop_collection_options &options={}) const -> std::future< error >collection_manager
drop_scope(std::string scope_name, const drop_scope_options &options, drop_scope_handler &&handler) constcollection_manager
drop_scope(std::string scope_name, const drop_scope_options &options={}) const -> std::future< error >collection_manager
get_all_scopes(const get_all_scopes_options &options, get_all_scopes_handler &&handler) constcollection_manager
get_all_scopes(const get_all_scopes_options &options={}) const -> std::future< std::pair< error, std::vector< management::bucket::scope_spec > > >collection_manager
update_collection(std::string scope_name, std::string collection_name, const update_collection_settings &settings, const update_collection_options &options, update_collection_handler &&handler) constcollection_manager
update_collection(std::string scope_name, std::string collection_name, const update_collection_settings &settings, const update_collection_options &options={}) const -> std::future< error >collection_manager