Search Results
https://dev.mysql.com/doc/mysqld-version-reference/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-partitionkey.html
Annotation on a class or member to define the partition key. If annotating a class or interface, either a single column or multiple columns can be specified. If annotating a member, neither column nor columns should be specified.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-projection.html
Annotation on a type to define it as a projection of a table. Only the columns mapped to persistent fields/methods will be used when performing operations on the table.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querydomaintype.html
Table 4.118 get(String) Parameter Description propertyName the name of the property return a representation the value of the property 4.3.3.5.3 getType() public abstract Class<E> getType(); Get the domain type of the query. Table 4.119 getType() ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-transaction.html
4.3.1.26.1 Synopsis public interface Transaction {// Public Methods public abstract void begin(); public abstract void commit(); public abstract boolean getRollbackOnly(); public abstract boolean isActive(); public abstract void rollback(); public ...
https://dev.mysql.com/doc/ndbapi/en/mccj.html
ClusterJ supports primary key and unique key operations and single-table queries; it does not support multi-table operations, including joins. This chapter discusses using NDB Cluster with MySQL NDB Cluster Connector for Java, also known as ...
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-element.html
Parent class List Description The Element structure models an element of a list; it is used to store an object in a List populated by the Dictionary methods listObjects(), listIndexes(), and listEvents().
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-temporary-resource-error.html
The following list enumerates all NDB errors of type TR (Temporary Resource error).
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() ...