Skip to Main Content
The world's most popular open source database
Contact MySQL
|
Login
|
Register
MySQL.com
Downloads
Documentation
Developer Zone
Developer Zone
Downloads
MySQL.com
Documentation
MySQL Server
MySQL Enterprise
Workbench
InnoDB Cluster
MySQL NDB Cluster
Connectors
More
MySQL.com
Downloads
Developer Zone
Section Menu:
Documentation Home
MySQL NDB Cluster API Developer Guide
Preface and Legal Notices
NDB Cluster APIs: Overview and Concepts
The NDB API
Getting Started with the NDB API
Compiling and Linking NDB API Programs
General Requirements
Compiler Options
Linker Options
Using Autotools
Connecting to the Cluster
Include Files
API Initialization and Cleanup
Establishing the Connection
Mapping MySQL Database Object Names and Types to NDB
MySQL Database Object Names in the NDB API
NDB API Handling of MySQL Data Types
The NDB API Class Hierarachy
NDB API Classes, Interfaces, and Structures
The Column Class
The Datafile Class
The Dictionary Class
The Element Structure
The Event Class
The ForeignKey Class
The HashMap Class
The Index Class
The LogfileGroup Class
The List Class
The Ndb Class
The Ndb_cluster_connection Class
The NdbBlob Class
The NdbDictionary Class
The NdbError Structure
The NdbEventOperation Class
The NdbIndexOperation Class
The NdbIndexScanOperation Class
The NdbInterpretedCode Class
The NdbOperation Class
The NdbRecAttr Class
The NdbRecord Interface
The NdbScanFilter Class
The NdbScanOperation Class
The NdbTransaction Class
The Object Class
The Table Class
The Tablespace Class
The Undofile Class
NDB API Errors and Error Handling
Handling NDB API Errors
NDB Error Codes: by Type
No error
Application error
Configuration or application error
No data found
Constraint violation
Schema error
Schema object already exists
User defined error
Insufficient space
Temporary Resource error
Node Recovery error
Overload error
Timeout expired
Node shutdown
Internal temporary
Unknown result error
Internal error
Function not implemented
NDB Error Codes: Single Listing
NDB Error Classifications
NDB API Examples
Basic NDB API Examples
NDB API Basic Connection Example
NDB API Basic Insertion Example
NDB API Basic Reading Example
NDB API Basic Delete Example
NDB API Example Using Synchronous Transactions
NDB API Example Using Synchronous Transactions and Multiple Clusters
NDB API Example: Handling Errors and Retrying Transactions
NDB API Basic Scanning Example
NDB API Example: Using Secondary Indexes in Scans
NDB API Example: Using NdbRecord with Hash Indexes
NDB API Example Comparing RecAttr and NdbRecord
NDB API Event Handling Example
NDB API Example: Basic BLOB Handling
NDB API Example: Handling BLOB Columns and Values Using NdbRecord
NDB API Simple Array Example
NDB API Simple Array Example Using Adapter
Timestamp2 Example
Common Files for NDB API Array Examples
The MGM API
MySQL NDB Cluster Connector for Java
MySQL NoSQL Connector for JavaScript
Index
Related Documentation
MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster Internals Manual
Download this Manual
PDF (US Ltr)
- 3.6Mb
PDF (A4)
- 3.6Mb
MySQL NDB Cluster API Developer Guide
/
...
/
The NDB API
/
Getting Started with the NDB API
/
Connecting to the Cluster
2.1.2 Connecting to the Cluster
2.1.2.1 Include Files
2.1.2.2 API Initialization and Cleanup
2.1.2.3 Establishing the Connection
Abstract
This section covers connecting an NDB API application to an NDB Cluster.
PREV
HOME
UP
NEXT
Related Documentation
MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster Internals Manual
Download this Manual
PDF (US Ltr)
- 3.6Mb
PDF (A4)
- 3.6Mb