Search



Search Results
Displaying 1101 to 1110 of 2113 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
A session is the main user access path to the database. TableMetadata getTableMetadata(String databaseName, String tableName, callback); Fetch metadata for table tableName in database databaseName. Session extends Context getMapping(Object ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-sessionfactory.html
openSession(Object mappings, Function(Object error, Session session) callback); Open a database session object. Resources required for sessions are allocated in advance; if those resources are not available, the method returns an error in the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
This section provides information about the Table class, which models a database table in the NDB API. As with other database objects, Table object creation and attribute changes to existing tables done using the NDB API are not visible from MySQL.
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-adaptive-send.html
The NDB API is designed as a multithreaded interface, and so it is often desirable to transfer database operations from more than one thread at a time. There are four conditions leading to the transfer of database operations from Ndb object buffers ... Abstract Discusses the mechanics of transaction handling and transmission in NDB Cluster and the NDB API, and the objects used to implement ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
It now refers to the MySQL storage engine (named NDB or NDBCLUSTER) used to enable the NDB Cluster distributed database system. Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
(Bug #31237338, Bug #99371) An error was generated when the database name within a connection string that was passed to MySQL 5.6 or MySQL 5.7 did not match the casing used to search a related stored procedure. (Bug #25046352, Bug #83657) The ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
(WL #14044) Bugs Fixed Procedure names were malformed before being sent to the server when the database name was not specified in the connection string. (Bug #31458774, Bug #99793) An SQL syntax error was reported on valid code for creating a ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
(Bug #25493209) EF Core: Database First support produced an error when the existing MySQL database included one or more views. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number ...
Displaying 1101 to 1110 of 2113 total results