|
MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
| HugoCalculator (const NdbDictionary::Table &tab) | |
| Int32 | calcValue (int record, int attrib, int updates) const |
| const char * | calcValue (int record, int attrib, int updates, char *buf, int len, Uint32 *real_len) const |
| int | verifyRowValues (NDBT_ResultRow *const pRow) const |
| int | verifyRecAttr (int record, int updates, const NdbRecAttr *recAttr) |
| int | verifyColValue (int record, int attrib, int updates, const char *valPtr, Uint32 valLen) |
| int | getIdValue (NDBT_ResultRow *const pRow) const |
| int | getUpdatesValue (NDBT_ResultRow *const pRow) const |
| int | isIdCol (int colId) |
| int | isUpdateCol (int colId) |
| const NdbDictionary::Table & | getTable () const |
| int | equalForRow (Uint8 *, const NdbRecord *, int rowid) |
| int | setValues (Uint8 *, const NdbRecord *, int rowid, int updateval) |
Definition at line 31 of file HugoCalculator.hpp.