#include <tntdb/mysql/impl/resultrow.h>
Inheritance diagram for ResultRow:

Public Member Functions | |
| ResultRow (const tntdb::Result &result_, MYSQL_RES *res, MYSQL_ROW row_) | |
| unsigned | size () const |
| Value | getValueByNumber (size_type field_num) const |
| Value | getValueByName (const std::string &field_name) const |