Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querydefinition.html
Table 4.115 not(Predicate) Parameter Description predicate the predicate to negate return the inverted predicate 4.3.3.4.3 param(String) public abstract PredicateOperand param(String parameterName); Specify a parameter for the query. Table 4.116 ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
In ClusterJ, the domain object mapping has the following characteristics: All tables map to persistent interfaces. For every NDB table in the cluster, ClusterJ uses one or more interfaces. In many cases, a single interface is used; but for cases ...
https://dev.mysql.com/doc/ndbapi/en/ndb-datafile.html
Datafile Class Overview Datafile Class Constructor Datafile::getFileNo() Datafile::getFree() Datafile::getNode() Datafile::getObjectId() Datafile::getObjectStatus() Datafile::getObjectVersion() Datafile::getPath() Datafile::getSize() ... This ...
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. Table 2.83 Classification codes for NDB API errors, with corresponding error status and description. These can also be found in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic.html
The next few sections contain the sources for a set of C++ programming examples demonstrating the basics of connecting to an NDB Cluster, inserting data into a table, reading data from a table, and deleting data from a table.
https://dev.mysql.com/doc/ndbapi/en/ndb-logfilegroup.html
For general information about log file groups and undo files, see NDB Cluster Disk Data Tables, in the MySQL Manual. This section provides information about the LogfileGroup class, which models an NDB Cluster Disk Data log file group. LogFileGroup ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
In the NDB storage engine, a table is broken up into and stored as a number of subsets, usually referred to as fragments. Under the NDB storage engine, each table fragment has number of fragment replicas in order to provide redundancy. Abstract ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-16.html
For example: table.Select().Where("additionalinfo->$.hobbies = 'Reading'"); (Bug #29347028) Document Store: The performance for statements that are executed repeatedly (two or more times) is improved by using server-side prepared statements for the ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Support was added for the -> operator to be used with JSON document paths in relational ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-26.html
(Bug #32763765) A data table declared using valid database.table syntax within an Entity Framework model could have extra database names in the generated query (for example, database.database.table). Deprecation and Removal Notes Functionality ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
X DevAPI Notes Functionality Added or Changed Bugs Fixed X DevAPI Notes An exception was raised when using a TableInsertStatement object to insert a string value containing special characters (- / \ % & =). (Bug #100314, Bug #31692694) ...The ...