SQLiteC++
0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
|
Files | |
file | Column.cpp [code] |
Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. | |
file | Column.h [code] |
Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. | |
file | Database.cpp [code] |
Management of a SQLite Database Connection. | |
file | Database.h [code] |
Management of a SQLite Database Connection. | |
file | Exception.h [code] |
Encapsulation of the error message from SQLite3 on a std::runtime_error. | |
file | SQLiteC++.h [code] |
SQLiteC++ is a smart and simple C++ SQLite3 wrapper. This file is only "easy include" for other files. | |
file | Statement.cpp [code] |
A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. | |
file | Statement.h [code] |
A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. | |
file | Transaction.cpp [code] |
A Transaction is way to group multiple SQL statements into an atomic secured operation. | |
file | Transaction.h [code] |
A Transaction is way to group multiple SQL statements into an atomic secured operation. | |