ejpp
Embedded JSON Database engine for C++11/14
|
View on GitHub
This is the complete list of members for ejdb::db, including all inherited members.
close(std::error_code &ec) noexcept | ejdb::db | |
close() | ejdb::db | |
create_collection(const std::string &name, std::error_code &ec) | ejdb::db | |
create_collection(const std::string &name) | ejdb::db | |
create_query(const std::vector< char > &doc, std::error_code &ec) | ejdb::db | |
create_query(const std::vector< char > &doc) | ejdb::db | |
db() noexcept=default | ejdb::db | |
error() const noexcept | ejdb::db | |
error(std::weak_ptr< EJDB >) noexcept | ejdb::db | static |
get_collection(const std::string &name, std::error_code &ec) const | ejdb::db | |
get_collection(const std::string &name) const | ejdb::db | |
get_collections() const | ejdb::db | |
is_open() const noexcept | ejdb::db | |
metadata(std::error_code &ec) | ejdb::db | |
metadata() | ejdb::db | |
open(const std::string &path, db_mode mode, std::error_code &ec) | ejdb::db | |
open(const std::string &path, db_mode mode) | ejdb::db | |
operator bool() const noexcept | ejdb::db | explicit |
remove_collection(const std::string &name, bool unlink_file, std::error_code &ec) | ejdb::db | |
remove_collection(const std::string &name, bool unlink_file) | ejdb::db | |
sync(std::error_code &ec) noexcept | ejdb::db | |
sync() | ejdb::db |