Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
Applications can catch ClusterJException to be notified of all ClusterJ reported issues. User exceptions are caused by user error, for example providing a connect string that refers to an unavailable host or port. If a user exception is detected ...
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/mccj-using-clusterj.html
This section provides basic information for writing, compiling, and executing applications that use ClusterJ. For the API documentation for ClusterJ, see Section 4.3, “ClusterJ API Reference”. NDB Cluster must be compiled with ClusterJ support; ...
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-examples-basic-insert.html
You can also find the source code for this example in the file storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_insert.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
https://dev.mysql.com/doc/ndbapi/en/overview-synchronous-transactions.html
Synchronous transactions are defined and executed as follows: Begin (create) the transaction, which is referenced by an NdbTransaction object typically created using Ndb::startTransaction(). At this point, the transaction is merely being defined; ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-auditlog-category.html
Lists the Audit Log configuration metrics and provides a brief description of each. Table 7.1 Audit Log Configuration Metrics NameDescriptionBuffer Size When the audit log plugin writes events to the log asynchronously, it uses a buffer to store ...
Oracle Enterprise Manager for MySQL Database User's Guide :: 7.4 Character Set Configuration Metrics
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-characterset-category.html
Lists the Character Set configuration metrics and provides a brief description of each. Table 7.4 Character Set Configuration Metrics NameDescriptionClient The character set for statements that arrive from the client. Connection The character set ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-auditlog-activity-category.html
Lists the Audit Log Activity metrics and provides a brief description of each. Table 6.2 Audit Log Activity Metrics NameDescriptionCurrent Size The size of the current audit log file. The value increases when an event is written to the log and is ...