GnuCash
5.6-150-g038405b370+
|
An iterable wrapper for dbi_result; allows using C++11 range for. More...
#include <gnc-dbisqlresult.hpp>
Data Structures | |
class | IteratorImpl |
Public Member Functions | |
GncDbiSqlResult (const GncDbiSqlConnection *conn, dbi_result result) | |
uint64_t | size () const noexcept |
int | dberror () const noexcept |
GncSqlRow & | begin () |
GncSqlRow & | end () |
Additional Inherited Members | |
Data Fields inherited from GncSqlResult | |
friend | GncSqlRow |
An iterable wrapper for dbi_result; allows using C++11 range for.
Definition at line 39 of file gnc-dbisqlresult.hpp.