Represents a query to be executed in a SQLite3 database. In SQLite3 a query is a Prepared Statement so we wrap it.
More...
#include <query.hxx>
|
std::string | m_query |
| Query to prepare.
|
|
std::shared_ptr< Row > | m_row |
| Current row.
|
|
Represents a query to be executed in a SQLite3 database. In SQLite3 a query is a Prepared Statement so we wrap it.
◆ Query() [1/4]
StormByte::Database::SQLite::Query::Query |
( |
const std::string & |
query | ) |
|
◆ Query() [2/4]
StormByte::Database::SQLite::Query::Query |
( |
std::string && |
query | ) |
|
◆ Query() [3/4]
StormByte::Database::SQLite::Query::Query |
( |
const Query & |
| ) |
|
|
delete |
Default copy constructor (deleted)
◆ Query() [4/4]
StormByte::Database::SQLite::Query::Query |
( |
Query && |
| ) |
|
|
default |
◆ ~Query()
StormByte::Database::SQLite::Query::~Query |
( |
| ) |
|
|
overridevirtualdefault |
◆ operator=() [1/2]
Query & StormByte::Database::SQLite::Query::operator= |
( |
const Query & |
| ) |
|
|
delete |
Default copy assignment operator (deleted)
◆ operator=() [2/2]
Query & StormByte::Database::SQLite::Query::operator= |
( |
Query && |
| ) |
|
|
default |
Default move assignment operator
◆ Step()
const Row & StormByte::Database::SQLite::Query::Step |
( |
| ) |
|
|
overridevirtualnoexcept |
The documentation for this class was generated from the following file:
- /home/runner/work/StormByte-Database/StormByte-Database/lib/optional/StormByte/database/sqlite/query.hxx