Search



Search Results
Displaying 811 to 820 of 1802 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
For example, duplicate keys on insert, or record does not exist on delete. Applications can catch ClusterJException to be notified of all ClusterJ reported issues. User exceptions are caused by user error, for example providing a connect string that ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-constants.html
The default means that the automatic reconnection due to network failures is disabled. 4.3.1.14.19 DEFAULT_PROPERTY_MGM_STRICT_TLS public static final int DEFAULT_PROPERTY_MGM_STRICT_TLS = 0; The default value of the MGM TLS level property ...
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-error-codes-constraint-violation.html
The following list enumerates all NDB errors of type CV (Constraint violation).
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-examples-secondary-indexes.html
This program illustrates how to use secondary indexes in the NDB API. The source code for this example may be found in the NDB Cluster source tree, in storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
ConstraintViolation A constraint violation occurred, such as attempting to insert a tuple having a primary key value already in use in the target table. This section provides information about the NdbError data structure, which contains status and ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexoperation.html
NdbIndexOperation Class Overview NdbIndexOperation::deleteTuple() NdbIndexOperation::getIndex() NdbIndexOperation::readTuple() NdbIndexOperation::updateTuple() NdbIndexOperation Class Overview Parent class NdbOperation Child classes None Description ...
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 ...
Displaying 811 to 820 of 1802 total results