dbixx::result Class Reference

This class holds query result and allows iterating over its rows. More...

#include <dbixx.h>

List of all members.

Public Member Functions

dbi_result get_dbi_result ()
 result ()
 ~result ()
unsigned long long rows ()
unsigned int cols ()
bool next (row &r)

Friends

class session


Detailed Description

This class holds query result and allows iterating over its rows.

Constructor & Destructor Documentation

dbixx::result::result (  )  [inline]

Create empty result

dbixx::result::~result (  ) 

Destroy result


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Mon Dec 13 21:46:02 2010 for DbiXX by  doxygen 1.5.6