| const_iterator sqt::Result< SELECTER >::cbegin | ( | ) | const |
Creates an iterator pointing to the beginning of the result elements.
| sqt::SQLError | Thrown if the creation of the iterator fails, typically due to a failure in the underlying query execution. |
The execution of the SELECT statement is deferred until this method is called. If the execution fails, a sqt::SQLError exception will be thrown.