sqlitepp
C++ binding for the SQLite3 library
|
Defines all classes of the sqlitepp library in the namespace sqlitepp. More...
#include <sqlite3.h>
#include <stdexcept>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | sqlitepp::Uncopyable |
A class that forbids copying and assignments for all subclasses. More... | |
class | sqlitepp::Openable |
An element that has the two states open and closed. More... | |
class | sqlitepp::DatabaseError |
An error that occurred during a database operation. More... | |
class | sqlitepp::Statement |
A handle for a SQLite3 statement. More... | |
class | sqlitepp::Database |
A handle for a SQLite3 database. More... | |
class | sqlitepp::ResultSet |
A result set returned from a SQL query. More... | |
Namespaces | |
sqlitepp | |
Contains all classes of the sqlitepp library. | |
Defines all classes of the sqlitepp library in the namespace sqlitepp.