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

Public Member Functions

virtual const
NdbQueryOperandImpl *const * 
getKeyOperands () const

Protected Member Functions

 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

NdbQueryLookupOperationDef m_interface
NdbQueryOperandImpl * m_keys [MAX_ATTRIBUTES_IN_INDEX+1]

Friends

class NdbQueryBuilder

Detailed Description

Definition at line 168 of file NdbQueryBuilder.cpp.

Member Function Documentation

Uint32 NdbQueryLookupOperationDefImpl::appendKeyPattern ( Uint32Buffer &  serializedDef) const
protected

Key value for root operation is constructed when query is instantiated with NdbQueryOperationImpl::prepareIndexKeyInfo()

Definition at line 2177 of file NdbQueryBuilder.cpp.

Here is the call graph for this function:


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