MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
virtual const NdbIndexImpl * | getIndex () const |
virtual int | serializeOperation (Uint32Buffer &serializedDef) |
Public Member Functions inherited from NdbQueryLookupOperationDefImpl | |
virtual const NdbQueryOperandImpl *const * | getKeyOperands () const |
Friends | |
class | NdbQueryBuilder |
Additional Inherited Members | |
Protected Member Functions inherited from NdbQueryLookupOperationDefImpl | |
NdbQueryLookupOperationDefImpl (const NdbTableImpl &table, const NdbQueryOperand *const keys[], const NdbQueryOptionsImpl &options, const char *ident, Uint32 ix, int &error) | |
virtual const NdbQueryLookupOperationDef & | getInterface () const |
Uint32 | appendKeyPattern (Uint32Buffer &serializedDef) const |
virtual bool | isScanOperation () const |
Protected Attributes inherited from NdbQueryLookupOperationDefImpl | |
NdbQueryLookupOperationDef | m_interface |
NdbQueryOperandImpl * | m_keys [MAX_ATTRIBUTES_IN_INDEX+1] |
Definition at line 226 of file NdbQueryBuilder.cpp.
|
virtual |
Serialize unique index as a seperate lookupNode
NOTE: Order of sections within the optional part is fixed as: Part1: 'NI_HAS_PARENT' Part2: 'NI_KEY_PARAMS, NI_KEY_LINKED, NI_KEY_CONST' PART3: 'NI_LINKED_ATTR ++
Definition at line 2569 of file NdbQueryBuilder.cpp.