Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
This is the complete list of members for collection_manager, including all inherited members.
bucket class | collection_manager | friend |
create_collection(std::string scope_name, std::string collection_name, const create_collection_settings &settings, const create_collection_options &options, create_collection_handler &&handler) const | collection_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) const | collection_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) const | collection_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) const | collection_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) const | collection_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) const | collection_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 |