Commit eccd1229 authored by jon@gigan's avatar jon@gigan

Documentation: NdbError is no longer a class,

it's a struct now.
parent c0a46fc4
...@@ -34,7 +34,9 @@ ...@@ -34,7 +34,9 @@
an ordered index, an ordered index,
- NdbRecAttr represents an attribute value - NdbRecAttr represents an attribute value
- NdbDictionary represents meta information about tables and attributes. - 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. It is also possible to receive "events" triggered when data in the database in changed.
This is done through the NdbEventOperation class. This is done through the NdbEventOperation class.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment