Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
[+/-]
The main structure of an application program is as follows:
Connect to a cluster using the Ndb_cluster_connection object.
Ndb_cluster_connection
Initiate a database connection by constructing and initialising one or more Ndb objects.
Ndb
Identify the tables, columns, and indexes on which you wish to operate, using NdbDictionary and one or more of its subclasses.
NdbDictionary
Define and execute transactions using the NdbTransaction class.
NdbTransaction
Delete Ndb objects.
Terminate the connection to the cluster (terminate an instance of Ndb_cluster_connection).