sqlitepp
C++ binding for the SQLite3 library
|
Contains all classes of the sqlitepp library. More...
Classes | |
class | Database |
A handle for a SQLite3 database. More... | |
class | DatabaseError |
An error that occurred during a database operation. More... | |
class | Openable |
An element that has the two states open and closed. More... | |
class | ResultSet |
A result set returned from a SQL query. More... | |
class | Statement |
A handle for a SQLite3 statement. More... | |
class | Uncopyable |
A class that forbids copying and assignments for all subclasses. More... | |
Contains all classes of the sqlitepp library.