Search



Search Results
Displaying 1771 to 1780 of 1834 total results
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-nodejs-examples.html
This section contains a number of examples performing basic database operations such as retrieving, inserting, or deleting rows from a table. The source for these files ca also be found in share/nodejs/samples, under the NDB Cluster installation ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-overview.html
This connector differs in a number of key respects from most other MySQL Connectors and APIs. In addition, it employs a domain object model for data storage. Applications retrieve data in the form of fully-instantiated objects, rather than as rows ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-compiling.html
This section provides information on compiling and linking NDB API applications, including requirements and compiler and linker options.
https://dev.mysql.com/doc/ndbapi/en/ndb-start-connecting.html
Abstract This section covers connecting an NDB API application to an NDB Cluster.
https://dev.mysql.com/doc/ndbapi/en/ndb-start-initialization.html
Keep in mind that, before you invoke this function, all Ndb_cluster_connection objects created in your NDB API application must be cleaned up or destroyed; otherwise, threads created when an Ndb_cluster_connection object's connect() method is ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi.html
Abstract This chapter contains information about the NDB API, which is used to write applications that access data in the NDB storage engine.
https://dev.mysql.com/doc/ndbapi/en/overview-cluster-concepts.html
Abstract This section covers the NDB Kernel, and discusses NDB Cluster transaction handling and transaction coordinators. The NDB Kernel is the collection of data nodes belonging to an NDB Cluster. The application programmer can for most purposes ...
https://dev.mysql.com/doc/ndbapi/en/overview-introduction.html
Abstract This section introduces the NDB Transaction and Scanning APIs as well as the NDB Management (MGM) API for use in building applications to run on NDB Cluster. It also discusses the general theory and principles involved in developing such ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-classes.html
The NDB API is an NDB Cluster application interface that implements transactions. It consists of the following fundamental classes: Ndb_cluster_connection represents a connection to a cluster. Ndb is the main class, and represents a connection to a ...
Displaying 1771 to 1780 of 1834 total results