SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ Executor()

template<QuerierType QUERIER>
sqt::Executor< QUERIER >::Executor ( Statement statement,
std::shared_ptr< Database > database )
noexcept

Constructs an executor instance.

Parameters
statementA prepared statement of the querier.
databaseThe database instance associated with the executor.

This method is called internally by the sqt::DataContext<>::Prepare() method to create an executor. It is not intended to be called directly by users.

See also
sqt::DataContext<>::Prepare()