Search



Search Results
Displaying 3051 to 3060 of 4186 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-errors.html
The Errors object contains the error codes and message exposed by the MySQL Node.js adapters. errors "25000" : "Invalid Transaction State", "2C000" : "Invalid character set name", "42S02" : "Table not found", "IM001" : "Driver does not support this ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
ndb_connectstring: NDB Cluster connection string used to connect to the management server. This class is used to generate and obtain information about sessions (Session objects). To create an instance, use the Node.js require() function with the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs.html
This section provides information about the MySQL NoSQL Connector for JavaScript, a set of Node.js adapters for NDB Cluster and MySQL Server, which make it possible to write JavaScript applications for Node.js using MySQL data. Important Node.js ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-establishing-connection.html
To establish a connection to the server, you must create an instance of Ndb_cluster_connection, whose constructor takes as its argument a cluster connection string. The cluster connection is not actually initiated until the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-requirements.html
To use the NDB API with MySQL, you must have the libndbclient client library and its associated header files installed alongside the regular MySQL client libraries and headers under install_dir/lib. These are automatically installed when you build ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-adapter.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using array adapters of the type defined in common/array_adapter.hpp (see Section 2.5.15, “Common Files for NDB API Array Examples”). It then ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. See Section 2.5.15, “Common Files ...
https://dev.mysql.com/doc/ndbapi/en/overview-mgm-api.html
The MGM API's principal structures model the states of individual modes (ndb_mgm_node_state), the state of the NDB Cluster as a whole (ndb_mgm_cluster_state), and management server response messages (ndb_mgm_reply). The NDB Cluster Management API, ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
The pattern syntax supported by the regular expression is the same as that supported by the MySQL Server's LIKE and NOT LIKE operators, including the _ and % metacharacters. The next few sections provide information about performing different types ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-15.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.15 release.
Displaying 3051 to 3060 of 4186 total results