Search



Search Results
Displaying 391 to 400 of 697 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjhelper.html
ClusterJHelper provides helper methods to bridge between the API and the implementation. Table 4.8 getServiceInstance(Class<T>) Parameter Description cls the class of the factory return the service instance 4.3.1.8.4 getServiceInstance(Class<T>, ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-session.html
Session extends AutoCloseable so it can be used in the try-with-resources pattern. This pattern allows the application to create a session in the try declaration and regardless of the outcome of the try/catch/finally block, clusterj will clean up ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
This example illustrates the manipulation of a blob column in the NDB API using the NdbRecord interface. It demonstrates how to perform insert, read, and update operations, using both inline value buffers as well as read and write methods. It can ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-event-handling.html
The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp. #include <NdbApi.hpp> // Used for cout #include <stdio.h> #include <iostream> #include <unistd.h> ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-timestamp2.html
The file timestamp2.cpp reproduced in this section provides an example of working in NDB API applications with the “new” MySQL temporal data types supporting fractional seconds. For more information working with MySQL temporal and other data ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
This section provides information about the NdbBlob class, which models a handle to a blob column and provides read and write access to blob column values. This object has a number of different states and provides several modes of access to blob ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation. Types NdbTransaction defines 2 public types as shown in the following ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-context.html
It contains functions that are executed immediately if called from a session, or when the batch is executed. The Mynode implementation does have any concept of a user and does not define any such property. find(Function constructor, Object keys, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
A TableMapping describes the mapping of a domain object in the application to a table stored in the database. A default table mapping is one which maps each column in a table to a field of the same name. TableMapping = { String table : "" , String ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-transaction.html
If it is automatic, (autocommit), every operation is performed as part of a new transaction that is automatically committed. Beginning, committing, and rolling back a transaction begin(); Begin a transaction. This method takes as its sole argument a ...
Displaying 391 to 400 of 697 total results