|
bool | next () const |
|
const std::string | getString (size_t column_number) const |
|
bool | isNull (size_t column_number) const |
|
const ResultSetMetaData & | getMetaData () const |
|
bool | error () const |
|
sql::Exception | getException () const |
|
| ResultSet (size_t columns) |
|
void | setColumnCount (size_t columns) |
|
void | setColumnInfo (size_t column_number, const SendField &field) |
|
SendField | getColumnInfo (size_t column_number) |
| Get object that holds column meta data. More...
|
|
void | createRow () |
|
void | setColumn (size_t column_number, const std::string &arg) |
|
void | setColumnNull (size_t column_number) |
|
void | pushException (const Exception &arg) const |
|
|
typedef std::vector< Column > | Row |
|
typedef std::vector< Row > | Result |
|
|
bool | isMore () const |
|
bool | isMore (size_t column_number) const |
|
|
bool | _has_next_been_called |
|
Result | _results |
|
Result::const_iterator | _current_row |
|
ResultSetMetaData | _meta_data |
|
std::queue< Exception > | _exceptions |
|
Definition at line 44 of file result_set.h.
SendField drizzled::sql::ResultSet::getColumnInfo |
( |
size_t |
column_number | ) |
|
|
inline |
The documentation for this class was generated from the following files: