MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
Query (Ndb &ndb) | |
void | build (const NdbDictionary::Table &tab, int tableSize) |
void | submit (NdbTransaction &transaction) |
void | submitOperation (Operation &operation) const |
void | setRoot (Operation &root) |
NdbQuery::NextResultOutcome | nextResult () |
void | verifyRow () const |
Uint32 | allocOperationId () |
NdbQueryOperation * | getOperation (Uint32 ident) const |
int | getTableSize () const |
const NdbRecord * | getNdbRecord () const |
const NdbDictionary::Dictionary * | getDictionary () const |
void | close (bool forceSend=false) |
Definition at line 387 of file spj_sanity_test.cpp.
void SPJSanityTest::Query::build | ( | const NdbDictionary::Table & | tab, |
int | tableSize | ||
) |
Build query definition.
Definition at line 558 of file spj_sanity_test.cpp.
void SPJSanityTest::Query::submit | ( | NdbTransaction & | transaction | ) |
Execute within transaction.
Definition at line 565 of file spj_sanity_test.cpp.
|
inline |
Verify current row for all operations.
Definition at line 415 of file spj_sanity_test.cpp.