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

◆ Step()

StepResult sqt::Statement::Step ( )

Executes the statement or steps forward.

Returns
A sqt::StepResult instance used to check whether the statement has more rows to step forward.
Exceptions
sqt::SQLErrorThrown if fails to execute or step forward.