MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DbUtil::Operation Struct Reference

Used in execution (contains resultset and buffers for result) More...

#include <DbUtil.hpp>

Collaboration diagram for DbUtil::Operation:

Public Member Functions

 Operation (KeyInfoBuffer::DataBufferPool &ki, AttrInfoBuffer::DataBufferPool &ai, ResultSetBuffer::DataBufferPool &_rs)
bool complete () const
void print () const

Public Attributes

PreparedOperationprepOp
Uint32 prepOp_i
KeyInfoBuffer keyInfo
AttrInfoBuffer attrInfo
ResultSetBuffer rs
Uint32 transPtrI
Uint32 m_scanTakeOver
Uint32 rsRecv
Uint32 rsExpect
union {
   Uint32   nextPool
   Uint32   nextList
}; 

Detailed Description

Used in execution (contains resultset and buffers for result)

Definition at line 288 of file DbUtil.hpp.


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