#include <dbfacade.h>
Public Member Functions | |
virtual | ~Result () |
virtual RowPtr | getNextRow ()=0 |
Result::~Result | ( | ) | [virtual] |
virtual RowPtr dbfacade::Result::getNextRow | ( | ) | [pure virtual] |
Proceeds to the next row of the result.
Implemented in ResultMySQL, ResultPostgreSQL, and ResultSQLite.