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

◆ Result()

template<SelecterType SELECTER>
sqt::Result< SELECTER >::Result ( Statement & statement)
explicitnoexcept

Constructs a result instance.

Parameters
statementThe statement associated with the result instance.

This method is called internally by the sqt::Executor::Execute() method to create a result. It is not intended to be called directly by users.

See also
sqt::Executor<>::Execute()