32 #ifndef GUARD_SQLITE_TRANSACTION_HPP_INCLUDED 33 #define GUARD_SQLITE_TRANSACTION_HPP_INCLUDED 74 void exec(std::string
const &);
79 #endif //GUARD_SQLITE_TRANSACTION_HPP_INCLUDED connection is used to open, close, attach and detach a database. Further it has to be passed to all c...
transaction(connection &con)
constructor
void exec(std::string const &)
void commit()
Commits a transaction.
void rollback()
Rolls back a transaction.
void end()
Ends an transaction.
transaction is a helper class to start transactions within SQLite
void begin()
Starts a transaction.