Search



Search Results
Displaying 3921 to 3930 of 4869 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-function-reference.html
The following table summarizes the functions available for asynchronous interaction with the MySQL server. For greater detail, see the descriptions in Section 7.4, “C API Asynchronous Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-interface.html
As of MySQL 8.0.16, the C API includes asynchronous functions that enable nonblocking communication with the MySQL server. Asynchronous functions enable development of applications that differ from the query processing model based on synchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-function-reference.html
The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Application programs should use this general outline for interacting with MySQL by means of the client library: Initialize the MySQL client library by calling mysql_library_init(). Initialize a connection handler by calling mysql_init() and connect ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-function-reference.html
The following table summarizes the functions available for reading a replication event stream from a binary log. For greater detail, see the descriptions in Section 10.4, “C API Binary Log Function Descriptions”. Table 10.1 C API Binary Log ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-example-programs.html
Many of the clients in MySQL source distributions are written in C, such as mysql, mysqladmin, and mysqlshow. If you are looking for examples that demonstrate how to use the C API, take a look at those clients: Obtain a source distribution and look ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-descriptions.html
This section describes C API functions other than those used for prepared statements, the asynchronous interface, or the replication stream interface. For information about those, see Section 6.4, “C API Prepared Statement Function ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-optional-metadata.html
When a client executes a statement that produces a result set, MySQL makes available the data the result set contains, and by default also result set metadata that provides information about the result set data. Metadata is contained in the ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-plugin-function-reference.html
The following table summarizes the functions available for the client-side plugin API. For greater detail, see the descriptions in Section 9.2, “C API Plugin Function Descriptions”. Table 9.1 C API Plugin Functions Name Description ...
Displaying 3921 to 3930 of 4869 total results