The world's most popular open source database
#include <DbUtil.hpp>
Public Member Functions | |
| Prepare (ArrayPool< Page32 > &ap) | |
| void | print () const |
Public Attributes | |
| Uint32 | clientRef |
| Uint32 | clientData |
| Uint32 | prepDataLen |
| Array< Page32 > | preparePages |
| Ptr< PreparedOperation > | prepOpPtr |
| union { | |
| Uint32 nextPool | |
| Uint32 nextList | |
| }; | |
| Uint32 | prevList |
The prepare phase interprets the table and attribute names sent in the prepare request from the client and asks DICT for meta information.
Definition at line 160 of file DbUtil.hpp.
| void DbUtil::Prepare::print | ( | ) | const [inline] |
Definition at line 188 of file DbUtil.hpp.
References clientData, clientRef, and ndbout().
00188 { 00189 ndbout << "[-Prepare-" << endl 00190 << " clientRef: " << clientRef 00191 << ", clientData: " << clientData 00192 << "]" << endl; 00193 }
Here is the call graph for this function:

| union { ... } |
Definition at line 184 of file DbUtil.hpp.
Definition at line 183 of file DbUtil.hpp.
Definition at line 177 of file DbUtil.hpp.
SimpleProp sent in UTIL_PREPARE_REQ
Example format:
Definition at line 176 of file DbUtil.hpp.
Definition at line 180 of file DbUtil.hpp.
Definition at line 186 of file DbUtil.hpp.
1.4.7

