|
SQLiteXX
0.1.0
|
| Used to aid in the process of backing up a database | |
| A "Binary Large OBject" | |
| Class that represents a connection to a database | |
| Encapsulation of the error code and message from SQLite3, based on std::runtime_error | |
| Encapsulation of the SQLITE_BUSY error code derived from SQLite::Exception | |
| Helps with serializing access to a database connection | |
| Base class used to help with reading "sqlite3_stmt" information | |
| Represents a returned row when stepping through a "SELECT" statement | |
| Represents a single SQL statement that has been compiled into binary form and is ready to be evaluated, aka "sqlite3_stmt" | |
| Helps when iterating over rows in a "SELECT" statement | |
| RAII encapsulation of the SQLite Transactions | |
| RAII encapsulation of the SQLite deferred transaction | |
| RAII encapsulation of the SQLite exclusive transaction | |
| RAII encapsulation of the SQLite immediate transaction | |
| A SQLite dynamically typed value object, aka "sqlite3_value" |
1.8.6