docudb
1.0
|
▼Cdocudb::query::binary_op | Represents a binary operation for querying |
Cdocudb::query::eq | Represents an EQUAL operation for querying |
Cdocudb::query::gt | Represents a GREATER THAN operation for querying |
Cdocudb::query::gte | Represents a GREATER OR EQUAL THAN operation for querying |
Cdocudb::query::like | Represents a LIKE operation for querying |
Cdocudb::query::lt | Represents a LESSER THAN operation for querying |
Cdocudb::query::lte | Represents a LESSER OR EQUAL THAN operation for querying |
Cdocudb::query::neq | Represents a NOT EQUAL operation for querying |
Cdocudb::query::regexp | Represents a REGEXP operation for querying |
Cdocudb::query::binder | Represents a binder for query parameters |
Cdocudb::database | Represents the database |
Cdocudb::db_collection | Represents a collection of documents in the database |
Cdocudb::db_document | Represents a database document |
Cdocudb::db_document_ref | Reference to a database document |
▼Cdocudb::query::logic_gate< A, B > | Represents a logic gate for combining two queryable objects |
Cdocudb::query::logic_and< A, B > | Represents a LOGIC AND gate |
Cdocudb::query::logic_or< A, B > | Represents a LOGIC OR gate |
Cdocudb::query::order_by | |
▼Cdocudb::query::queryable_base | Abstract base class for Queryable objects |
Cdocudb::query::queryable_wrapper< T > | Concrete wrapper for erasing the type of a Queryable object |
Cdocudb::query::queryable_type_eraser | Type-erased Queryable object |
▼Cstd::runtime_error | |
▼Cdocudb::db_exception | Exception class for database errors |
Cdocudb::stmt_exception | Exception class for database errors |
Cdocudb::details::sqlite::statement |