| std::deque< value_type > sqt::Result< SELECTER >::ToDeque | ( | ) | const |
Converts all result elements to a std::deque.
| sqt::SQLError | Thrown if the iteration over the result fails. |
This method is a shorthand for iterating over all elements in the result and storing them in a std::deque.