SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::StepResult Class Reference

#include <sqt/foundation/step_result.h>

Description

Return type of sqt::Statement::Step, providing methods to check whether the statement has more rows to step forward.

Public Member Functions

 StepResult (bool has_more) noexcept
bool HasMore () const noexcept