Search



Search Results
Displaying 541 to 550 of 1104 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-ndb.html
This is particularly noticeable in cases of large transactions, use of blob columns, or both. Semaphores and mutexes are examples of easy ways to provide memory barriers without having to bother about the memory barrier concept. This section ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
Integer values can be retrieved from both the value buffer passed as this method's second parameter, and from the NdbRecAttr object itself. Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
Both the key_record and result_record NdbRecord structures must stay in place until the scan operation is closed. A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-context.html
For both versions of find(), the keys may be of any type. It contains functions that are executed immediately if called from a session, or when the batch is executed. The Mynode implementation does have any concept of a user and does not define any ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-errors.html
The Errors object contains the error codes and message exposed by the MySQL Node.js adapters. errors "25000" : "Invalid Transaction State", "2C000" : "Invalid character set name", "42S02" : "Table not found", "IM001" : "Driver does not support this ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-linker-options.html
NDB API applications must be linked against both the MySQL and NDB client libraries. The NDB client library also requires some functions from the mystrings library, so this must be linked in as well. The necessary linker flags for the MySQL client ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
The binary layouts of both the old and new versions of these types are described in the next few paragraphs. This section provides information about the way in which MySQL data types are represented in NDBCLUSTER table columns and how these values ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-db-object-names.html
Names of unique indexes and primary keys are handled as follows: For a MySQL UNIQUE index, both a B-tree and a hash index are created. This section discusses mapping of MySQL database objects to the NDB API. Databases and schemas are not ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
This section provides information about the Table class, which models a database table in the NDB API. This class extends the Object class, which in turn is an inner class of the NdbDictionary class. It is possible using the NDB API to create ...
Displaying 541 to 550 of 1104 total results