#include <ndb_limits.h>#include <SimulatedBlock.hpp>#include <NodeBitmask.hpp>#include <ArrayPool.hpp>#include <SLList.hpp>#include <DLList.hpp>#include <DLFifoList.hpp>#include <DataBuffer.hpp>#include <KeyTable.hpp>#include <signaldata/KeyInfo.hpp>#include <signaldata/AttrInfo.hpp>#include <signaldata/TcKeyReq.hpp>#include <signaldata/UtilPrepare.hpp>#include <signaldata/UtilExecute.hpp>#include <signaldata/UtilLock.hpp>#include <SimpleProperties.hpp>#include <Array.hpp>Include dependency graph for DbUtil.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | DbUtil |
| Database utilities. More... | |
| struct | DbUtil::Page32 |
| For storing SimpleProperties objects and similar temporary data. More... | |
| struct | DbUtil::Prepare |
| Info regarding prepare request (contains a prepared operation). More... | |
| struct | DbUtil::PreparedOperation |
| Contains instantiated TcKeyReq signaldata for operation. More... | |
| struct | DbUtil::Operation |
| Used in execution (contains resultset and buffers for result). More... | |
| struct | DbUtil::Transaction |
| Used in execution (contains list of operations). More... | |
| struct | DbUtil::LockQueueElement |
| struct | DbUtil::LockQueue |
Defines | |
| #define | UTIL_WORDS_PER_PAGE 1023 |
| #define UTIL_WORDS_PER_PAGE 1023 |
Definition at line 40 of file DbUtil.hpp.
1.4.7

