mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Documentation: NdbError is no longer a class,
it's a struct now.
This commit is contained in:
parent
c0a46fc460
commit
eccd1229f0
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue