| Iterator & sqt::Iterator< SELECTER >::operator++ | ( | ) |
Advances the iterator to the next result element.
| sqt::SQLError | Thrown if the underlying statement execution fails. |
This method moves the cursor of the SELECT statement to the next result element. If there are no more result elements, the iterator will be set to the end state.