|
|
| |
mysql_get_client_info(3) |
MariaDB Connector/C |
mysql_get_client_info(3) |
mysql_get_client_info - returns client library version as string representation
-
#include <mysql.h>
const char * mysql_get_client_info(void );
Returns a string representing the client library version
To obtain the numeric value of the client library version use
mysql_get_client_version(3).
- •
- mysql_get_client_version(3)
- •
- mysql_get_host_info(3)
- •
- mysql_get_proto_info(3)
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |