Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
NdbTransaction::executePendingBlobOps() Description This method executes the transaction with ExecType equal to NoCommit if there remain any blob part operations of the given types which have not yet been executed. A transaction consists of a list ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-context.html
The Mynode implementation does have any concept of a user and does not define any such property. (This is unlike find(), which creates a new, mapped domain object.) The instance must have its primary or unique key value or values set. It contains ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-sessionfactory.html
Array getOpenSessions(); Get all open sessions that have been created by this SessionFactory. openSession(Object mappings, Function(Object error, Session session) callback); Open a database session object. Resources required for sessions are ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
This section provides information about the way in which MySQL data types are represented in NDBCLUSTER table columns and how these values can be accessed in NDB API applications. The MySQL TINYINT, SMALLINT, INT, and BIGINT data types map to NDB ...
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-operations.html
We have created a very simple benchmark to check the performance of each of these. Scan operations have the following characteristics: They can perform read operations which may be shared, exclusive, or dirty. An NdbTransaction consists of a list ...
https://dev.mysql.com/doc/ndbapi/en/preface.html
Access to Oracle Support for Accessibility Oracle customers that have purchased support have access to electronic support through My Oracle Support. This is the MySQL NDB Cluster API Developer Guide, which provides information about developing ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-14.html
Configuration Notes Packaging Notes X DevAPI Notes Configuration Notes These CMake options have been added to enable more fine-grained specification of installation directories. DLLs have a -vs14 suffix in their names to reflect that they are ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Use of the debug packages requires that you have installed and configured the Connector/C++ sources. (WL #12495) X DevAPI for C Notes The signatures for several X DevAPI for C functions have been changed to enable better error information to be ...
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 ...