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

◆ LastChanges()

template<QuerierType QUERIER>
std::size_t sqt::Executor< QUERIER >::LastChanges ( ) const
noexcept

Retrieves the number of rows affected by the last executed non-select statement.

Returns
The number of rows affected by the statement.
Note
This method is available only if the querier does not satisfy the sqt::SelecterType concept.