sqlitepp
C++ binding for the SQLite3 library
Classes | Namespaces
sqlitepp.h File Reference

Defines all classes of the sqlitepp library in the namespace sqlitepp. More...

#include <sqlite3.h>
#include <stdexcept>
#include <memory>
#include <string>
Include dependency graph for sqlitepp.h:

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.
 

Detailed Description

Defines all classes of the sqlitepp library in the namespace sqlitepp.