Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/mccj-overview-architecture.html
                                 MySQL NDB Cluster Connector for Java, also known as ClusterJ, is a Java API for writing applications against NDB Cluster. It is one among different access paths and styles of access to NDB Cluster data. Section 4.1.2, “Java and NDB Cluster”, ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj.html
                                NDB Cluster must be compiled with ClusterJ support; NDB Cluster binaries supplied by Oracle include ClusterJ support.  This section provides basic information for writing, compiling, and executing applications that use ClusterJ. For the API ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-start-stop-nodes.html
                                 The MGM API provides several functions which can be used to start, stop, and restart one or more Cluster data nodes. You can start, stop, and restart Cluster nodes using the following functions, which are described in more detail in the next few ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-schema-error.html
                                 The following list enumerates all NDB errors of type SE (Schema error). 
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
                                 This section lists all NDB errors, ordered by NDB error code. Each listing also includes the error's NDB error type, the corresponding MySQL Server error, and the text of the error message. TO,Transaction had timed out when trying to commit it // ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-converter.html
                                If the user supplies a JavaScript converter, it used to read and write to the database. fromDB(val): Convert a value val read from the database into application object format. Converter invocations are chained in the following ways: When writing to ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
                                 The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-start-autotools.html
                                 It is often faster and simpler to use GNU autotools than to write your own makefiles. In this section, we provide an autoconf macro WITH_MYSQL that can be used to add a --with-mysql option to a configure file, and that automatically sets the ...
                                            
                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/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 ...