#include <sqlite.hpp>
|
sqlite3_stmt * | handle = nullptr |
|
Definition at line 294 of file sqlite.hpp.
◆ Statement() [1/3]
sqlite::Priv::Statement::Statement |
( |
| ) |
|
|
inline |
◆ Statement() [2/3]
sqlite::Priv::Statement::Statement |
( |
sqlite::Connection & |
connection, |
|
|
const std::string & |
command |
|
) |
| |
|
inline |
◆ Statement() [3/3]
sqlite::Priv::Statement::Statement |
( |
Statement && |
other | ) |
|
|
inlinenoexcept |
◆ ~Statement()
sqlite::Priv::Statement::~Statement |
( |
| ) |
|
|
inline |
◆ Advance()
◆ ColumnCount()
◆ Get() [1/2]
◆ Get() [2/2]
◆ GetColumnName()
◆ operator=()
◆ Reset()
bool sqlite::Priv::Statement::Reset |
( |
| ) |
const |
|
inline |
◆ handle
sqlite3_stmt* sqlite::Priv::Statement::handle = nullptr |
The documentation for this struct was generated from the following file: