Search



Search Results
Displaying 3171 to 3180 of 3565 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-delete.html
This example shows deleting a row from a table already created and populated previously (see Section 2.5.1.2, “NDB API Basic Insertion Example”). It performs the deletion using a single NdbOperation within a transaction, and handles errors ...
https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
ForeignKey() Description Create either an entirely new foreign key reference, or a copy of an existing one. This section provides information about the ForeignKey class, which models a foreign key on an NDB table. ForeignKey Class Overview ...
https://dev.mysql.com/doc/ndbapi/en/ndb-list.html
Calling the constructor creates a new List whose count and elements attributes are both set equal to 0. Parent class Dictionary Child classes Element (structure) Description The List class is a Dictionary subclass that is used for representing lists ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexoperation.html
To create an instance of NdbIndexOperation, it is necessary to use the NdbTransaction::getNdbIndexOperation() method. NdbIndexOperation Class Overview NdbIndexOperation::deleteTuple() NdbIndexOperation::getIndex() NdbIndexOperation::readTuple() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecord.html
An NdbRecord can be created in NDB API programs by calling Dictionary::createRecord(). Decription NdbRecord is an interface which provides a mapping to a full or a partial record stored in NDB. In the latter case, it can be used in conjunction with ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-batch.html
When a batch is executed, all operations are executed; the callback for each operation is called when that operation is executed (operations are not performed in any particular order). A batch is executed in the context of the session's current ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-autotools.html
To create all necessary build files, run the following: aclocal autoconf automake -a -c configure --with-mysql=/mysql/prefix/path Normally, this needs to be done only once, after which make will accommodate any file changes. It is often faster and ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-establishing-connection.html
To establish a connection to the server, you must create an instance of Ndb_cluster_connection, whose constructor takes as its argument a cluster connection string. The cluster connection is not actually initiated until the ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
When a new table is created, its attribute schema is specified for the table as a whole, and thus each table row has the same structure. The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
Both of these methods require that the table being operated on was specified when creating the NdbInterpretedCode object for which they are called. The next few sections provide information about performing different types of operations with ...
Displaying 3171 to 3180 of 3565 total results