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

◆ HasMore()

bool sqt::StepResult::HasMore ( ) const
noexcept

Indicates whether the statement has more rows to step forward.

Returns
true if the statement has more rows to step forward; otherwise false.

For non-select statements, this method always returns false.