Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Return value A pointer to a CHARSET_INFO structure specifying both character set and collation. This section provides information about the Column class, which models a column in an NDBCLUSTER table. The NDB API provides no support for constructing ...
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
In all cases where operation-specific errors arise, an execution error with an operation is marked against both the operation and the associated transaction object. While you should not rely on a specific error code or message text in your NDB API ... Abstract This section describes how NDB API errors can be detected and mapped onto particular ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-basic.html
It demonstrates how to perform insert, read, and update operations, using both inline value buffers as well as read and write methods. Shows insert, read, and update, using both inline value buffer and read/write methods. This example illustrates ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
It demonstrates how to perform insert, read, and update operations, using both inline value buffers as well as read and write methods. Shows insert, read, and update, using both inline value buffer and read/write methods. This example illustrates ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
Both sorts of functionality are supplied using inner classes that model these objects. This section provides information about the NdbDictionary class, which stores meta-information about NDB database objects, such as tables, columns, and indexes.
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanfilter.html
NdbScanFilter Class Overview NdbScanFilter::begin() NdbScanFilter::BinaryCondition NdbScanFilter::cmp() NdbScanFilter::cmp_param() NdbScanFilter Constructor NdbScanFilter::end() NdbScanFilter::eq() NdbScanFilter::isfalse() NdbScanFilter::isnotnull() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL adapter as a single index that is both unique and ordered. The indexes array of ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-setup.html
The Connector requires both Node.js and NDB Cluster to be installed first; you can install these in either order. As mentioned previously, you must make sure that the architecture (32-bit or 64-bit) is the same for both NDB Cluster and Node.js.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-28.html
TLSv1.3 requires that both the server and Connector/C++ be compiled with OpenSSL 1.1.1 or higher. OPT_PASSWORD1 is an alias for the existing OPT_PASSWORD option; if both are given, OPT_PASSWORD is ignored. Deprecation and Removal Notes Pluggable ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-16.html
PEM support applies to both classic MySQL protocol and X Protocol connections. Both changes enable a follow-on execution to reuse the previous parameters. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: ...