Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
Some blob manipulation methods also have implicit internal execute() calls, and so can experience operation execution failures at these points. Abstract This section describes how NDB API errors can be detected and mapped onto particular operations. NDB API errors can be generated in either of two ways: When an operation is defined When an operation is executed Errors raised during operation ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
At that point * the length of the Blob can be obtained, and buffering * arranged, and the data read requested. This example illustrates the manipulation of a blob column in the NDB API using the NdbRecord interface. It demonstrates how to perform ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-handling-errors.html
errors at points marked with APIERROR) // should be handled by the application programmer. This program demonstrates handling errors and retrying failed transactions using the NDB API. The source code for this example can be found in ...
https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
Return value A pointer to the parent table of the ForeignKey. Return value A pointer to the child table of this ForeignKey. This section provides information about the ForeignKey class, which models a foreign key on an NDB table. ForeignKey Class ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
Its signature and parameters are shown here: Ndb_cluster_connection ( const char* connection_string, int force_api_nodeid ) Parameters The first version of the constructor requires a single connection_string parameter, pointing to the location of ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
Signature static bool getFirstAttrId ( const NdbRecord* record, Uint32& firstAttrId ) Parameters A pointer to an NdbRecord and a reference to the attribute (firstAttrID). Signature static bool getNextAttrId ( const NdbRecord* record, Uint32& attrId ... This section provides information about the NdbDictionary class, which stores meta-information about NDB database objects, such as tables, columns, and ...
https://dev.mysql.com/doc/ndbapi/en/overview-application-level-partitioning.html
There is no restriction against instantiating multiple Ndb_cluster_connection objects representing connections to different management servers in a single application, nor against using these for creating multiple instances of the Ndb class. Such ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
Generally speaking, when data is saved to disk, it is said that a checkpoint has been reached. When working with the NDB storage engine, there are two sorts of checkpoints which work together in order to ensure that a consistent view of the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
Thanks to Daniƫl van Eeden for pointing at the missing documentation. Legacy (JDBC API) Notes Functionality Added or Changed Bugs Fixed Legacy (JDBC API) Notes Previously, to build or run applications that use the legacy JDBC API, it was necessary ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #27715069) A variable of type POINT when used properly within an application targeting MySQL 8.0 generated an SQL syntax error. Important Changes Functionality Added or Changed Bugs Fixed Important Changes The default value for the SslMode ...