MySQL 5.6.14 Source Code Document
|
Friends | |
class | NdbQueryTableScanOperationDefImpl |
Additional Inherited Members | |
Public Types inherited from NdbQueryOperationDef | |
enum | Type { PrimaryKeyAccess, UniqueIndexAccess, TableScan, OrderedIndexScan } |
Public Member Functions inherited from NdbQueryOperationDef | |
Uint32 | getQueryOperationIx () const |
Uint32 | getNoOfParentOperations () const |
const NdbQueryOperationDef * | getParentOperation (Uint32 i) const |
Uint32 | getNoOfChildOperations () const |
const NdbQueryOperationDef * | getChildOperation (Uint32 i) const |
Type | getType () const |
const NdbDictionary::Table * | getTable () const |
const NdbDictionary::Index * | getIndex () const |
NdbQueryOperationDefImpl & | getImpl () const |
Static Public Member Functions inherited from NdbQueryOperationDef | |
static const char * | getTypeName (Type type) |
Protected Member Functions inherited from NdbQueryScanOperationDef | |
NdbQueryScanOperationDef (NdbQueryOperationDefImpl &impl) |
Definition at line 284 of file NdbQueryBuilder.hpp.