SQLiteC++  0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
 All Classes Namespaces Files Functions Friends Macros
File List
Here is a list of all files with brief descriptions:
[detail level 12]
\-src
 o*Column.cppEncapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement
 o*Column.hEncapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement
 o*Database.cppManagement of a SQLite Database Connection
 o*Database.hManagement of a SQLite Database Connection
 o*Exception.hEncapsulation of the error message from SQLite3 on a std::runtime_error
 o*SQLiteC++.hSQLiteC++ is a smart and simple C++ SQLite3 wrapper. This file is only "easy include" for other files
 o*Statement.cppA prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result
 o*Statement.hA prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result
 o*Transaction.cppA Transaction is way to group multiple SQL statements into an atomic secured operation
 \*Transaction.hA Transaction is way to group multiple SQL statements into an atomic secured operation