Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
                                 This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexscanoperation.html
                                “Old” API usage (prior to introduction of NdbRecord) Each index key can have a lower bound, upper bound, or both. NdbIndexScanOperation Class Overview NdbIndexScanOperation::BoundType NdbIndexScanOperation::end_of_bound() ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-delete.html
                                 FILE: delete.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node delete ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-find.html
                                 # FILE: find.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node find key\n" ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-insert.html
                                 # FILE: insert.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node insert ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
                                When the maximum value is returned, this means that memory usage is optimised.  This section provides information about the Table class, which models a database table in the NDB API. This class extends the Object class, which in turn is an inner ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
                                 In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
                                 The next few sections provide information about performing different types of operations with NdbInterpretedCode methods, including resource usage. The space required by each of these methods is shown in the following table: Table 1.1 ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-29.html
                                (Bug #33987637) X DevAPI Notes The Connector/C++ X DevAPI Reference documentation, available at https://dev.mysql.com/doc/index-connectors.html, updated its usage instructions for the Collection.modify().unset() operation.  Pluggable Authentication ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
                                 Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following connection-string options: AutoEnlist, InteractiveSession, Logging, Replication, and UseUsageAdvisor. (Bug ...API ...