#include <statement.hpp>
cargo::sqlite3::Statement::Statement |
( |
sqlite3::Connection & |
connRef, |
|
|
const std::string & |
query |
|
) |
| |
- Parameters
-
connRef | reference to the Connection object |
query | query to be executed |
cargo::sqlite3::Statement::~Statement |
( |
| ) |
|
sqlite3_stmt * cargo::sqlite3::Statement::get |
( |
| ) |
|
- Returns
- pointer to the sqlite3 statement
void cargo::sqlite3::Statement::reset |
( |
| ) |
|
Clears the bindings and resets the statement.
After this the statement can be executed again
::sqlite3_stmt* cargo::sqlite3::Statement::mStmtPtr |
|
private |
The documentation for this struct was generated from the following files: