Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-issues.html
NDB tables support foreign keys, and foreign key constraints are enforced when using ClusterJ for inserts, updates, and deletes. This section discusses the limitations and known issues in the MySQL NDB Cluster Connector for Java APIs. Known issues ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic.html
The next few sections contain the sources for a set of C++ programming examples demonstrating the basics of connecting to an NDB Cluster, inserting data into a table, reading data from a table, and deleting data from a table.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-basic.html
This example illustrates the manipulation of a blob column in the NDB API. It demonstrates how to perform insert, read, and update operations, using both inline value buffers as well as read and write methods. The source code can be found can be ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
This example illustrates the manipulation of a blob column in the NDB API using the NdbRecord interface. It demonstrates how to perform insert, read, and update operations, using both inline value buffers as well as read and write methods. It can ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
A scan using the LM_Exclusive lock mode can delete row values (and therefore blob values) using deleteCurrentTuple(); this create implicit nonaccessible blob handles. This section provides information about the NdbBlob class, which models a handle ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
While the preferred method of database object creation and deletion is through the MySQL Server, NdbDictionary also permits the developer to perform these tasks through the NDB API. This section provides information about the NdbDictionary class, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexscanoperation.html
For more information about the use of NdbIndexScanOperation, see Section 1.4.2.3.3, “Scan Operations”, and Section 1.4.2.3.4, “Using Scans to Update or Delete Rows”. NdbIndexScanOperation Class Overview NdbIndexScanOperation::BoundType ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
When the program is no longer required, the NdbInterpretedCode object can be deleted, along with any user-supplied buffer. This section provides information about the NdbInterpretedCode class, which can be used to prepare and execute an NDB API ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples.html
This section contains a number of examples performing basic database operations such as retrieving, inserting, or deleting rows from a table. The source for these files ca also be found in share/nodejs/samples, under the NDB Cluster installation ...
https://dev.mysql.com/doc/ndbapi/en/ndb-object.html
This section provides information about the Object class, which contains meta-information about database objects such as tables and indexes. Description This parameter specifies how data in the table or index is distributed among the cluster's data ...