#include <tntdb/sqlite/impl/stmtrow.h>

Public Member Functions | |
| StmtRow (sqlite3_stmt *stmt_) | |
| unsigned | size () const |
| Value | getValueByNumber (size_type field_num) const |
| Value | getValueByName (const std::string &field_name) const |
| sqlite3_stmt * | getStmt () const |