Search



Search Results
Displaying 2111 to 2120 of 4733 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-using-connectorj.html
JDBC clients of an NDB Cluster data source, and using Connector/J 5.0.6 (or later), accept jdbc:mysql:loadbalance:// URLs (see Configuration Properties), with which you can take advantage of the ability to connect with multiple MySQL servers to ...
https://dev.mysql.com/doc/ndbapi/en/mysql-cluster-api-overview.html
Abstract This chapter provides a general overview of essential NDB Cluster, NDB API, and MGM API concepts, terminology, and programming constructs. For an overview of Java APIs that can be used with NDB Cluster, see Section 4.1, “MySQL NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
This section provides information about the NdbDictionary class, which stores meta-information about NDB database objects, such as tables, columns, and indexes. While the preferred method of database object creation and deletion is through the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecattr.html
NdbRecAttr Class Overview ~NdbRecAttr() NdbRecAttr::aRef() NdbRecAttr::char_value() NdbRecAttr::clone() NdbRecAttr::double_value() NdbRecAttr::float_value() NdbRecAttr::get_size_in_bytes() NdbRecAttr::getColumn() NdbRecAttr::getType() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-requirements.html
To use the NDB API with MySQL, you must have the libndbclient client library and its associated header files installed alongside the regular MySQL client libraries and headers under install_dir/lib. These are automatically installed when you build ...
https://dev.mysql.com/doc/ndbapi/en/ndb-undofile.html
Undofile Class Overview Undofile Constructor Undofile::getFileNo() (OBSOLETE) Undofile::getLogfileGroup() Undofile::getLogfileGroupId() Undofile::getNode() (OBSOLETE) Undofile::getObjectId() Undofile::getObjectStatus() Undofile::getObjectVersion() ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-adapter.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using array adapters of the type defined in common/array_adapter.hpp (see Section 2.5.15, “Common Files for NDB API Array Examples”). It then ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. See Section 2.5.15, “Common Files ...
https://dev.mysql.com/doc/ndbapi/en/overview-compatibility.html
The NDB API is now fairly mature, and has undergone few major changes in recent releases. Where they have occurred, such changes are indicated in the documentation of the affected objects and methods. The API version of an NDB API application is ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/index.html
Abstract This document contains release notes for the changes in recent releases of MySQL Connector/C++. For additional MySQL Connector/C++ documentation, see MySQL Connector/C++ 9.5 Developer Guide. Updates to these notes occur as new product ...
Displaying 2111 to 2120 of 4733 total results