|
MySQL 5.6.14 Source Code Document
|
Used in execution (contains resultset and buffers for result) More...
#include <DbUtil.hpp>

Public Member Functions | |
| Operation (KeyInfoBuffer::DataBufferPool &ki, AttrInfoBuffer::DataBufferPool &ai, ResultSetBuffer::DataBufferPool &_rs) | |
| bool | complete () const |
| void | print () const |
Public Attributes | |
| PreparedOperation * | prepOp |
| Uint32 | prepOp_i |
| KeyInfoBuffer | keyInfo |
| AttrInfoBuffer | attrInfo |
| ResultSetBuffer | rs |
| Uint32 | transPtrI |
| Uint32 | m_scanTakeOver |
| Uint32 | rsRecv |
| Uint32 | rsExpect |
| union { | |
| Uint32 nextPool | |
| Uint32 nextList | |
| }; | |
Used in execution (contains resultset and buffers for result)
Definition at line 288 of file DbUtil.hpp.