The main structure of an application program is as follows:
Connect to a cluster using the
Ndb_cluster_connectionobject.Initiate a database connection by constructing and initialising one or more
Ndbobjects.Identify the tables, columns, and indexes on which you wish to operate, using
NdbDictionaryand one or more of its subclasses.Define and execute transactions using the
NdbTransactionclass.Delete
Ndbobjects.Terminate the connection to the cluster (terminate an instance of
Ndb_cluster_connection).