#include <ResultSet.h>
Public Types | |
typedef std::vector< Tuple >::iterator | iterator |
Public Member Functions | |
bool | endOfResults () |
RGMAWarning | getWarning () |
iterator | begin () |
iterator | end () |
int | size () |
ResultSet (ResultSetMetaData &metaData) | |
Protected Attributes | |
bool | m_endOfResults |
std::vector< Tuple > | m_tuples |
ResultSetMetaData | m_metaData |
RGMAWarning | m_warning |
|
an iterator of type vector<Tuple> that is used to traverse a vector of Tuples after it has been initialised using the begin() and end() functions. Can be used with increment ++ operator |
|
|
|
|
|
Is this the last one in a possible sequence of results set |
|
Get any worning provided with the result set
|
|
|