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

Public Member Functions

 OldNdbApiSectionIterator (NdbApiSignal *TCREQ, Uint32 dataOffset, Uint32 dataLen, NdbApiSignal *nextSignal)
void reset ()
const Uint32 * getNextWords (Uint32 &sz)

Detailed Description

Old NdbApi KeyInfo Section Iterator

This is an implementation of GenericSectionIterator that reads signal data from signal object chains prepared by old NdbApi code In those chains, some data is in the first (TCKEYREQ/TCINDXREQ) signal, and the rest is in linked KEYINFO / ATTRINFO chains. Longer term, the 'old' code should be modified to split operation definition from execution. The intermediate use of signal chains for KeyInfo and AttrInfo can be revisited.

Definition at line 49 of file NdbOperationExec.cpp.


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