Search



Search Results
Displaying 2541 to 2550 of 3661 total results
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-start-requirements.html
The following table provides information about minimum C and C++ language requirements for compiling MGM API applications, NDB API applications, and the libndbclient library against supported versions of NDB Cluster. To use the NDB API with MySQL, ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
This can be accomplished through the usual MySQL APIs discussed in the MySQL Manual and elsewhere.) The NDB API supports both table scans and row scans; the latter can be performed using either unique or ordered indexes. This means that such ... The ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-classes.html
The NDB API is an NDB Cluster application interface that implements transactions. It consists of the following fundamental classes: Ndb_cluster_connection represents a connection to a cluster. Ndb is the main class, and represents a connection to a ...
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
This is done by providing a table and a partition key (usually the primary key). The application programmer can specify the partition key from SQL by using the following construct: CREATE TABLE ... The default method is to select the transaction ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Returning a session to the pool drops session-related objects such as temporary tables, session variables, and transactions, but the connection ...Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
For X DevAPI, CollectionFind and TableSelect implement .lockExclusive() and .lockShared() methods, which request exclusive or shared locks, respectively, on returned documents or rows. Schema::dropView() is now a direct-execute method returning void ...Locks can be requested several times for a given find or select ...
Displaying 2541 to 2550 of 3661 total results