PDF (US Ltr)
- 1.3Mb
PDF (A4)
- 1.3Mb
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”.
Table 7.1 C API Asynchronous Functions
Name | Description | Introduced |
---|---|---|
mysql_fetch_row_nonblocking() |
Asynchronously fetch next result set row | 8.0.16 |
mysql_free_result_nonblocking() |
Asynchronously free result set memory | 8.0.16 |
mysql_next_result_nonblocking() |
Asynchronously return/initiate next result in multiple-result execution | 8.0.16 |
mysql_real_connect_nonblocking() |
Asynchronously connect to MySQL server | 8.0.16 |
mysql_real_query_nonblocking() |
Asynchronously execute statement | 8.0.16 |
mysql_store_result_nonblocking() |
Asynchronously retrieve and store entire result set | 8.0.16 |