#include <ndb_types.h>#include <ndbapi_limits.h>#include <ndb_cluster_connection.hpp>#include <NdbError.hpp>#include <NdbDictionary.hpp>Include dependency graph for Ndb.hpp:

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

Go to the source code of this file.
Classes | |
| class | Ndb |
| Represents the NDB kernel and is the main class of the NDB API. More... | |
| struct | Ndb::TupleIdRange |
| struct | Ndb::Free_list_usage |
Defines | |
| #define | WAITFOR_RESPONSE_TIMEOUT 120000 |
| #define | NDB_SYSTEM_DATABASE "sys" |
| #define | NDB_SYSTEM_SCHEMA "def" |
Typedefs | |
| typedef void(*) | NdbEventCallback (NdbEventOperation *, Ndb *, void *) |
| #define NDB_SYSTEM_DATABASE "sys" |
Definition at line 1005 of file Ndb.hpp.
Referenced by NdbDictionaryImpl::getIndexTable(), and NdbImpl::NdbImpl().
| #define NDB_SYSTEM_SCHEMA "def" |
| #define WAITFOR_RESPONSE_TIMEOUT 120000 |
Definition at line 1002 of file Ndb.hpp.
Referenced by Ndb::sendRecSignal(), and PollGuard::wait_for_input_in_loop().
| typedef void(* ) NdbEventCallback(NdbEventOperation *, Ndb *, void *) |
1.4.7

