SQLiteXX  0.1.0
 All Classes Namespaces Files Functions Enumerations Enumerator
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\NsqliteSQLiteXX classes and functions are defined in this namespace
 oCbackupUsed to aid in the process of backing up a database
 oCblobA "Binary Large OBject"
 oCdbconnectionClass that represents a connection to a database
 oCexceptionEncapsulation of the error code and message from SQLite3, based on std::runtime_error
 oCbusy_exceptionEncapsulation of the SQLITE_BUSY error code derived from SQLite::Exception
 oCmutexHelps with serializing access to a database connection
 oCreaderBase class used to help with reading "sqlite3_stmt" information
 oCrowRepresents a returned row when stepping through a "SELECT" statement
 oCstatementRepresents a single SQL statement that has been compiled into binary form and is ready to be evaluated, aka "sqlite3_stmt"
 oCrow_iteratorHelps when iterating over rows in a "SELECT" statement
 oCtransactionRAII encapsulation of the SQLite Transactions
 oCdeferred_transactionRAII encapsulation of the SQLite deferred transaction
 oCimmediate_transactionRAII encapsulation of the SQLite immediate transaction
 oCexclusive_transactionRAII encapsulation of the SQLite exclusive transaction
 \CvalueA SQLite dynamically typed value object, aka "sqlite3_value"