summaryrefslogtreecommitdiff
path: root/ndb/include/ndbapi/Ndb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/include/ndbapi/Ndb.hpp')
-rw-r--r--ndb/include/ndbapi/Ndb.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/Ndb.hpp b/ndb/include/ndbapi/Ndb.hpp
index 07d2407bca9..85810587e3b 100644
--- a/ndb/include/ndbapi/Ndb.hpp
+++ b/ndb/include/ndbapi/Ndb.hpp
@@ -34,7 +34,9 @@
an ordered index,
- NdbRecAttr represents an attribute value
- NdbDictionary represents meta information about tables and attributes.
- - NdbError contains the specification for an error.
+
+ In addition, the NDB API defines a structure NdbError, which contains the
+ specification for an error.
It is also possible to receive "events" triggered when data in the database in changed.
This is done through the NdbEventOperation class.