Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-extensions.html
4.3.2.4.1 Synopsis @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Extensions { ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-indices.html
This is used on a class where there are multiple indices defined. 4.3.2.6.1 Synopsis @Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Indices { public Index[] value ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterj.html
A class for bootstrapping Interfaces for use in application programs Classes to define exceptions This package contains three main groups of classes and interfaces: . Provides classes and interfaces for using NDB Cluster directly from Java.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
The text of the error message Similar errors have been grouped together in each list. This section contains a number of error code lists, one for each type of NDB API error. You can always obtain the latest error codes and information from the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
Additional Object subclasses model the tablespaces, log file groups, data files, and undo files required for working with NDB Cluster Disk Data table, as well as with foreign key constraints. Parent class NdbDictionary Description The ... This ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
NDB transactions are ACID-compliant in that they provide a means to group operations in such a way that they succeed (commit) or fail as a unit (rollback). The NDB API is an object-oriented application programming interface for NDB Cluster that ...
https://dev.mysql.com/doc/ndbapi/en/preface.html
This is the MySQL NDB Cluster API Developer Guide, which provides information about developing applications using MySQL NDB Cluster as a data store. MySQL NDB Cluster 8.0, 8.4, and 9.0 also provide support for applications written using Node.js.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/preface.html
This document contains release notes for the changes in each release of MySQL Connector/C++. License Restrictions This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
Query: improved LINQ translation, group-join improvements, string interpolation in FromSql and ExecuteSqlCommand, new EF.Functions.Like(). Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string option was deprecated in the Connector/NET 8.0.23 release and removed in the Connector/NET 8.0.24 release. The ...