Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjdatastoreexception-classification.html
Table 4.6 lookup(int) Parameter Description value the classification returned by getClassification() return the Classification for the error .
https://dev.mysql.com/doc/ndbapi/en/mgm-concepts.html
This section describes concepts basic to the NDB Cluster MGM API. NdbMgmHandle Working with Log Events Structured Log Events NdbMgmHandle Each MGM API function needs a management server handle of type NdbMgmHandle. This handle is created by calling ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
Signature int ndb_logevent_get_next ( const NdbLogEventHandle handle, struct ndb_logevent* logevent, unsigned timeout ) Important The log event's ndb_mgm_event_category is cast to an enum type. This section provides information about MGM API ...
https://dev.mysql.com/doc/ndbapi/en/ndb-api-errors.html
Important It is strongly recommended that you not depend on specific error codes in your NDB API applications, as they are subject to change over time. Abstract This section contains a discussion of error handling in NDB API applications as well as ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Important Columns created using this class cannot be seen by the MySQL Server. This section provides information about the Column class, which models a column in an NDBCLUSTER table. The NDB API provides no support for constructing such formats; ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
Important When called, this method overrides any setting for AutoReconnect made in the config.ini file. This section provides information about the Ndb_cluster_connection class, which models a connection by a management server (ndb_mgmd) to a set ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
Important: Although the inconsistent event data is removed from the event queue by calling nextEvent(), information about the inconsistency is removed only by another nextEvent() call following this, that actually finds an event containing data.
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
Important “Sparse” blobs are not supported in the NDB API; in other words, there can be no unused data positions within a blob. This section provides information about the NdbBlob class, which models a handle to a blob column and provides read ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
Important It is not recommended to write application programs which are dependent on specific error codes. This section provides information about the NdbError data structure, which contains status and other information about errors, including ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
Important If persistent is false, then the columnName and converter parameters may not be used. A TableMapping describes the mapping of a domain object in the application to a table stored in the database. A default table mapping is one which maps ...