GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mysql_read_query_result(3) MariaDB Connector/C mysql_read_query_result(3)

mysql_read_query_result - waits for a server result or response package


#include <mysql.h>
my_bool mysql_read_query_result(MYSQL * mysql);

    

Waits for a server result set or response package from a previously executed mysql_send_query(3).

mysql - a mysql handle, which was previously allocated by mysql_init(3) and connected by mysql_real_connect(3).

Zero on success, non zero on error.

For an example how to use ’mysql_send_query()` in an event driven model, please check Jan Kneschke’s Blog entry “Async MySQL Queries with C-API” (https://jan.kneschke.de/projects/mysql/async-mysql-queries-with-c-api/).

mysql_real_query(3)
mysql_send_query(3)
Version 3.2.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.