Sqlitepp  1.2.3
A thin sqlite C++ wrapper
Classes | Namespaces
sqlite.hpp File Reference

Sqlite library wrapper. More...

#include <string>
#include <sqlitepp/sqlite3.h>
Include dependency graph for sqlite.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sqlite::Connection
 Sqlite database connection. More...
 
struct  sqlite::Connection::Column_metadata
 Column metadata info. More...
 
class  sqlite::Connection::Stmt
 Prepared statement obj - usually created by Connection::create_statement. More...
 

Namespaces

 sqlite
 Sqlite C++ wrapper and associated types.
 

Detailed Description

Sqlite library wrapper.