Search



Search Results
Displaying 3041 to 3050 of 3432 total results
https://dev.mysql.com/doc/internals/en/x-protocol-use-cases-use-cases.html
Optimizing for Network Round-Trips (Assuming the MySQL Client/Server Protocol in this case) Network round-trips can be minimized by creating a huge SQL statements of up to 1Gbyte in chunks of 16Mbyte (the protocol's maximum frame size) and sending ... Topics in this section: Prepared Statements with Single Round-Trip Streaming Inserts SQL with Multiple Resultsets Inserting CRUD Data in a Batch Cross-Collection Update and Delete Prepared Statements with Single Round-Trip In the MySQL Client/Server Protocol, a PREPARE/EXECUTE cycle required two round-trips as the COM_STMT_EXECUTE requires data from the COM_STMT_PREPARE-ok ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-_query.html
Table 4.42 getResultList() Parameter Description return the result Exceptions ClusterJUserException if not all parameters are bound ClusterJDatastoreException if an exception is reported by the datastore 4.3.1.19.14 setLimits(long, long) public ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjtableexception.html
Commonly, a Cluster/J application may expect a table to exist, but have to wait some unspecified amount of time for some other system to create the table. Before Cluster/J version 9.4.0, some "Table Not Found" conditions were reported using ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querybuilder.html
4.3.3.3.1 Synopsis public interface QueryBuilder {// Public Methods public abstract QueryDomainType<T> createQueryDefinition(Class<T> cls);} See Also getQueryBuilder() 4.3.3.3.2 createQueryDefinition(Class<T>) public abstract QueryDomainType<T> ...
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-basic.html
This example shows the basics of handling event logging using the MGM API. The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/mgmapi_logevent/main.c.
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-dual.html
This example shown in this section illustrates the handling of log events using the MGM API on multiple clusters in a single application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
ndb_mgm_listen_event() ndb_mgm_create_logevent_handle() ndb_mgm_destroy_logevent_handle() ndb_logevent_get_fd() ndb_logevent_get_next() ndb_logevent_get_next2() ndb_logevent_get_latest_error() ndb_logevent_get_latest_error_msg() ... This section ...
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-examples-basic-delete.html
This example shows deleting a row from a table already created and populated previously (see Section 2.5.1.2, “NDB API Basic Insertion Example”). It performs the deletion using a single NdbOperation within a transaction, and handles errors ...
https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
ForeignKey() Description Create either an entirely new foreign key reference, or a copy of an existing one. This section provides information about the ForeignKey class, which models a foreign key on an NDB table. ForeignKey Class Overview ...
Displaying 3041 to 3050 of 3432 total results