Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-index.html
Table 4.88 columns Parameter Description return columns that compose this index 4.3.2.5.3 name Name of the index Table 4.89 name Parameter Description return the name of the index 4.3.2.5.4 unique Whether this index is unique Table 4.90 unique ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-primarykey.html
Annotation on a member to define it as a primary key member of a class or persistent interface.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjdatastoreexception.html
4.3.1.2.8 tableNotFound() public boolean tableNotFound(); tableNotFound() Table 4.5 tableNotFound() Parameter Description return true if the error is a "Table Not Found" condition Since 9.4.0 . The underlying cause of the exception is contained in ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-predicate.html
Table 4.101 and(Predicate) Parameter Description predicate the other predicate return a new Predicate combining both Predicates 4.3.3.1.3 not() public abstract Predicate not(); Negate this Predicate. Table 4.102 not() Parameter Description return ...
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-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/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 ...