From eccd1229f07cdb782c26086e46b10c3b50f561ec Mon Sep 17 00:00:00 2001 From: "jon@gigan." <> Date: Wed, 12 Jan 2005 03:55:53 +1000 Subject: [PATCH] Documentation: NdbError is no longer a class, it's a struct now. --- ndb/include/ndbapi/Ndb.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.