docudb  1.0
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cdocudb::query::binary_opRepresents a binary operation for querying
 Cdocudb::query::eqRepresents an EQUAL operation for querying
 Cdocudb::query::gtRepresents a GREATER THAN operation for querying
 Cdocudb::query::gteRepresents a GREATER OR EQUAL THAN operation for querying
 Cdocudb::query::likeRepresents a LIKE operation for querying
 Cdocudb::query::ltRepresents a LESSER THAN operation for querying
 Cdocudb::query::lteRepresents a LESSER OR EQUAL THAN operation for querying
 Cdocudb::query::neqRepresents a NOT EQUAL operation for querying
 Cdocudb::query::regexpRepresents a REGEXP operation for querying
 Cdocudb::query::binderRepresents a binder for query parameters
 Cdocudb::databaseRepresents the database
 Cdocudb::db_collectionRepresents a collection of documents in the database
 Cdocudb::db_documentRepresents a database document
 Cdocudb::db_document_refReference 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_baseAbstract base class for Queryable objects
 Cdocudb::query::queryable_wrapper< T >Concrete wrapper for erasing the type of a Queryable object
 Cdocudb::query::queryable_type_eraserType-erased Queryable object
 Cstd::runtime_error
 Cdocudb::db_exceptionException class for database errors
 Cdocudb::stmt_exceptionException class for database errors
 Cdocudb::details::sqlite::statement