#include <dbixx.h>
Public Member Functions | |
dbi_result | get_dbi_result () |
result () | |
~result () | |
unsigned long long | rows () |
unsigned int | cols () |
bool | next (row &r) |
Friends | |
class | session |
dbixx::result::result | ( | ) | [inline] |
Create empty result
dbixx::result::~result | ( | ) |
Destroy result
dbi_result dbixx::result::get_dbi_result | ( | ) | [inline] |
Get internal result implementation
unsigned long long dbixx::result::rows | ( | ) |
Get number of rows in the returned result
unsigned int dbixx::result::cols | ( | ) |
Get number of columns in the returned result
bool dbixx::result::next | ( | row & | r | ) |
Fetch next row and store it into r. Returns false if no more rows remain.