MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
NDBT_ResultRow (const NdbDictionary::Table &tab, char attrib_delimiter='\t') | |
NdbRecAttr *& | attributeStore (int i) |
const NdbRecAttr * | attributeStore (int i) const |
const NdbRecAttr * | attributeStore (const char *name) const |
BaseString | c_str () const |
NdbOut & | header (NdbOut &) const |
NDBT_ResultRow * | clone () const |
bool | operator== (const NDBT_ResultRow &) const |
bool | operator!= (const NDBT_ResultRow &other) const |
const NdbDictionary::Table & | getTable () const |
Friends | |
NdbOut & | operator<< (NdbOut &, const NDBT_ResultRow &) |
Definition at line 23 of file NDBT_ResultRow.hpp.
NDBT_ResultRow * NDBT_ResultRow::clone | ( | ) | const |
Make copy of NDBT_ResultRow
Definition at line 141 of file NDBT_ResultRow.cpp.