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

◆ LastInsertRowID()

template<QuerierType QUERIER>
std::int64_t sqt::Executor< QUERIER >::LastInsertRowID ( ) const
noexcept

Retrieves the row ID of the last inserted row.

Returns
The last inserted row ID.
Note
This method is available only if the querier does not satisfy the sqt::SelecterType concept.