SQLiteXX  0.1.0
 All Classes Namespaces Files Functions Enumerations Enumerator
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCsqlite::backupUsed to aid in the process of backing up a database
oCsqlite::blobA "Binary Large OBject"
oCsqlite::dbconnectionClass that represents a connection to a database
oCsqlite::exceptionEncapsulation of the error code and message from SQLite3, based on std::runtime_error
|\Csqlite::busy_exceptionEncapsulation of the SQLITE_BUSY error code derived from SQLite::Exception
oCsqlite::mutexHelps with serializing access to a database connection
oCsqlite::reader< T >Base class used to help with reading "sqlite3_stmt" information
oCsqlite::reader< row >
|\Csqlite::rowRepresents a returned row when stepping through a "SELECT" statement
oCsqlite::reader< statement >
|\Csqlite::statementRepresents a single SQL statement that has been compiled into binary form and is ready to be evaluated, aka "sqlite3_stmt"
oCsqlite::row_iteratorHelps when iterating over rows in a "SELECT" statement
oCsqlite::transactionRAII encapsulation of the SQLite Transactions
|oCsqlite::deferred_transactionRAII encapsulation of the SQLite deferred transaction
|oCsqlite::exclusive_transactionRAII encapsulation of the SQLite exclusive transaction
|\Csqlite::immediate_transactionRAII encapsulation of the SQLite immediate transaction
\Csqlite::valueA SQLite dynamically typed value object, aka "sqlite3_value"