SQLiteC++  0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
 All Classes Namespaces Files Functions Friends Macros
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NSQLite
 oCColumnEncapsulation of a Column in a row of the result pointed by the prepared Statement
 oCDatabaseRAII management of a SQLite Database Connection
 oCExceptionEncapsulation of the error message from SQLite3, based on std::runtime_error
 oCStatementRAII encapsulation of a prepared SQLite Statement
 |\CPtrShared pointer to the sqlite3_stmt SQLite Statement Object
 \CTransactionRAII encapsulation of a SQLite Transaction