MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NdbQueryIndexOperationDefImpl Class Reference
Inheritance diagram for NdbQueryIndexOperationDefImpl:
Collaboration diagram for NdbQueryIndexOperationDefImpl:

Public Member Functions

virtual const NdbIndexImplgetIndex () 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]

Detailed Description

Definition at line 226 of file NdbQueryBuilder.cpp.

Member Function Documentation

int NdbQueryIndexOperationDefImpl::serializeOperation ( Uint32Buffer &  serializedDef)
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.

Here is the call graph for this function:


The documentation for this class was generated from the following file: