Search



Search Results
Displaying 1881 to 1890 of 3344 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjfataluserexception.html
ClusterJFatalUserException represents a user error that is unrecoverable, such as programming errors in persistent classes or missing resources in the execution environment.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjuserexception.html
ClusterJUserException represents a user programming error. 4.3.1.9.1 Synopsis public class ClusterJUserException extends, ClusterJException {// Public Constructors public ClusterJUserException(String message); public ClusterJUserException(String ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querydefinition.html
4.3.3.4.1 Synopsis public interface QueryDefinition<E> {// Public Methods public abstract Predicate not(Predicate predicate); public abstract PredicateOperand param(String parameterName); public abstract QueryDefinition<E> where(Predicate ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-transaction.html
4.3.1.24.1 Synopsis public interface Transaction {// Public Methods public abstract void begin(); public abstract void commit(); public abstract boolean getRollbackOnly(); public abstract boolean isActive(); public abstract void rollback(); public ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-tls.html
The user must first have called ndb_mgm_set_ssl_ctx() before invoking this function. The functions described in this section were added in NDB 8.3 to support Transport Layer Security for communications between nodes. Also included in this section ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-classifications.html
The following table lists the classification codes used for NDB API errors, and their descriptions. These can also be found in the file /storage/ndb/src/ndbapi/ndberror.cpp (NDB 7.6 and earlier: ndberror.c). Table 2.83 Classification codes for NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
This section contains a number of error code lists, one for each type of NDB API error. The text of the error message Similar errors have been grouped together in each list. You can always obtain the latest error codes and information from the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-setup.html
(If you installed NDB Cluster as an RPM, this is /usr/share/mysql/nodejs.) To use the Node.js npm tool to perform a “best-guess” installation without any user intervention, change to the share/nodejs directory, then use npm as shown here: $> npm ... This section covers basic installation and setup of the MySQL JavaScript Connector and its ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. Abstract This document contains release notes for the changes in recent releases of MySQL Connector/C++. For additional MySQL ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-24.html
Client applications can use the warning notices to display to users, or to analyze the reason for disconnection and decide whether to attempt reconnection to the same server, or to a different server. Typically, the client would see Lost connection ...
Displaying 1881 to 1890 of 3344 total results