Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-tables.html
You can create the employee table that matches this interface, using the following CREATE TABLE statement, in a MySQL client application such as mysql. ClusterJ's main purpose is to read, write, and update row data in an existing database, rather ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-insert.html
You can also find the source code for this example in the file storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_insert.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-overview.html
Regardless of the driver in use, no SQL statements are required; when using the Connector for JavaScript, Node.js applications employ data objects for all requests made to the database. This connector differs in a number of key respects from most ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
mysqlx_set_modify_patch() adds a patch operation to a modify statement created with the mysql_collection_modify_new() function. For MySQL Connector/C++ 8.0.11 and higher, Commercial and Community distributions require the Visual C++ Redistributable ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
Error Handling Legacy (JDBC API) Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Error Handling If an application tries to obtain a result set from a statement that does not produce one, an exception occurs. For ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
(WL #15084) Bugs Fixed A valid query emitted an error when one or more fields were of spatial data type GEOMETRY and it was executed using a prepared statement. Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-2-0.html
This includes adding spans for preparing and executing prepared statements, and adding connection span attributes such as db.user. Packaging Notes Functionality Added or Changed Packaging Notes The MSI package definition files have been updated to ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-3-0.html
(WL #15979) Improved OpenTelemetry support to propagate context when executing prepared statements. Functionality Added or Changed Connector/C++ 8.3.0 binary distributions from Oracle are built with the 8.3.0 version of the MySQL client library.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-4-0.html
(WL #16154) Setting query attributes for executed queries now supports prepared statements. Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for ...