ejpp
Embedded JSON Database engine for C++11/14
|
View on GitHub
This is the complete list of members for ejdb::collection, including all inherited members.
collection() noexcept=default | ejdb::collection | |
db (defined in ejdb::collection) | ejdb::collection | friend |
execute_query(const query &) | ejdb::collection | |
execute_query_impl(std::weak_ptr< EJDB > m_db, EJCOLL *m_coll, EJQ *qry) | ejdb::collection | related |
execute_query_impl(std::weak_ptr< EJDB > m_db, EJCOLL *m_coll, EJQ *qry) | ejdb::collection | related |
execute_query_impl(std::weak_ptr< EJDB > m_db, EJCOLL *m_coll, EJQ *qry) | ejdb::collection | related |
execute_query_impl(std::weak_ptr< EJDB > m_db, EJCOLL *m_coll, EJQ *qry) | ejdb::collection | related |
get_all() | ejdb::collection | |
load_document(std::array< char, 12 > oid, std::error_code &ec) const | ejdb::collection | |
load_document(std::array< char, 12 > oid) const | ejdb::collection | |
name() const | ejdb::collection | |
operator bool() const noexcept | ejdb::collection | explicit |
remove_document(std::array< char, 12 >, std::error_code &ec) noexcept | ejdb::collection | |
remove_document(std::array< char, 12 >) | ejdb::collection | |
save_document(const std::vector< char > &data, std::error_code &ec) | ejdb::collection | |
save_document(const std::vector< char > &data, bool merge, std::error_code &ec) | ejdb::collection | |
save_document(const std::vector< char > &data, bool merge=false) | ejdb::collection | |
set_index(const std::string &ipath, index_mode flags, std::error_code &ec) | ejdb::collection | |
set_index(const std::string &ipath, index_mode flags) | ejdb::collection | |
sync(std::error_code &ec) noexcept | ejdb::collection | |
sync() | ejdb::collection | |
transaction() noexcept | ejdb::collection |