Search



Search Results
Displaying 201 to 210 of 658 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-annotations.html
In ClusterJ (as in JPA), annotations are used to describe how the interface is mapped to tables in a database. The annotation @PersistenceCapable(table="employee") is used to let ClusterJ know which database table to map the Employee to (in this ...
https://dev.mysql.com/doc/ndbapi/en/mgm-structures.html
This section provides information about the data structures defined by the MGM API. The ndb_logevent Structure The ndb_mgm_node_state Structure The ndb_mgm_node_state2 Structure The ndb_mgm_cluster_state Structure The ndb_mgm_cluster_state2 ...
https://dev.mysql.com/doc/ndbapi/en/ndb-hashmap.html
This section provides information about the HashMap class, which models a hash map in an NDB Cluster. HashMap Class Overview HashMap Constructor HashMap::setName() HashMap::getName() HashMap::setMap() HashMap::getMapLen() HashMap::getMapValues() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexscanoperation.html
NdbIndexScanOperation Class Overview NdbIndexScanOperation::BoundType NdbIndexScanOperation::end_of_bound() NdbIndexScanOperation::getDescending() NdbIndexScanOperation::get_range_no() NdbIndexScanOperation::getSorted() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-object.html
This section provides information about the Object class, which contains meta-information about database objects such as tables and indexes. Description This parameter specifies how data in the table or index is distributed among the cluster's data ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-11.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: Previously, when documents without an _id attribute were added to a collection, Connector/Python automatically generated _id for them. Now a MySQL 8 server generates ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-find.html
The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that should be ...
https://dev.mysql.com/doc/x-devapi-userguide/en/mysql-x-expressions-ebnf-definitions.html
This section provides a visual reference guide to the grammar for the expression language used in X DevAPI.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/default-values-reference.html
If all the attributes are of the same type, it is not necessary to define the types for each attribute. Instead, define a default element at the beginning of the attribute list. In the following example, the default element assigns the same counter ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/key-valuepair-reference.html
It is possible to return more than one row, using the result type CLASS_TYPE_1STCOL_ATTRIBUTES. This result type enables the return of a two-column result set as key-value pair. Unlike the default attributes, which are taken from the column name, ...
Displaying 201 to 210 of 658 total results