Search



Search Results
Displaying 3051 to 3060 of 3432 total results
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 ...
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
The application programmer can specify the partition key from SQL by using the following construct: CREATE TABLE ... The default method is to select the transaction coordinator (TC) determined to be the "nearest" data node, using a heuristic for ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Functionality Added or Changed The X DevAPI and X DevAPI for C now support configurable read and write timeouts. These timeouts can be set in milliseconds with the ...
Displaying 3051 to 3060 of 3432 total results