docudb  1.0
Loading...
Searching...
No Matches
docudb::db_collection Member List

This is the complete list of members for docudb::db_collection, including all inherited members.

count() constdocudb::db_collection
count(query::queryable_type_eraser q) constdocudb::db_collection
create(std::string_view doc_id)docudb::db_collection
db_collection()=defaultdocudb::db_collection
db_collection(db_collection const &)=deletedocudb::db_collection
db_collection(db_collection &&)=defaultdocudb::db_collection
db_collection(std::string_view name, sqlite3 *db_handle)docudb::db_collection
doc(std::string_view doc_id) constdocudb::db_collection
doc()docudb::db_collection
docs() constdocudb::db_collection
find(query::queryable_type_eraser q, std::optional< query::order_by > order_by=std::nullopt, std::optional< int > limit=std::nullopt) constdocudb::db_collection
index(std::string_view column_name, std::string_view query, bool unique=false)docudb::db_collection
index(std::string name, std::vector< std::pair< std::string, std::string > > const &columns, bool unique)docudb::db_collection
name() const noexceptdocudb::db_collection
operator=(db_collection const &)=deletedocudb::db_collection
operator=(db_collection &&)=defaultdocudb::db_collection
remove(std::string_view doc_id)docudb::db_collection