docudb
1.0
|
This is the complete list of members for docudb::db_collection, including all inherited members.
count() const | docudb::db_collection | |
count(query::queryable_type_eraser q) const | docudb::db_collection | |
create(std::string_view doc_id) | docudb::db_collection | |
db_collection()=default | docudb::db_collection | |
db_collection(db_collection const &)=delete | docudb::db_collection | |
db_collection(db_collection &&)=default | docudb::db_collection | |
db_collection(std::string_view name, sqlite3 *db_handle) | docudb::db_collection | |
doc(std::string_view doc_id) const | docudb::db_collection | |
doc() | docudb::db_collection | |
docs() const | docudb::db_collection | |
find(query::queryable_type_eraser q, std::optional< query::order_by > order_by=std::nullopt, std::optional< int > limit=std::nullopt) const | docudb::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 noexcept | docudb::db_collection | |
operator=(db_collection const &)=delete | docudb::db_collection | |
operator=(db_collection &&)=default | docudb::db_collection | |
remove(std::string_view doc_id) | docudb::db_collection |