1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00
Files
mariadb-connector-c/man/mysql_get_client_info.3
2024-10-25 07:38:00 +02:00

26 lines
643 B
Groff

.\" Automatically generated by Pandoc 3.5
.\"
.TH "mysql_get_client_info" "3" "" "Version 3.3" "MariaDB Connector/C"
.SS Name
mysql_get_client_info \- returns client library version as string
representation
.SS Synopsis
.IP
.EX
#include \f[B]<mysql.h>\f[R]
const char * mysql_get_client_info(void );
.EE
.SS Description
Returns a string representing the client library version
.SS Notes
To obtain the numeric value of the client library version use
\f[B]mysql_get_client_version(3)\f[R].
.SS See also
.IP \[bu] 2
\f[B]mysql_get_client_version(3)\f[R]
.IP \[bu] 2
\f[B]mysql_get_host_info(3)\f[R]
.IP \[bu] 2
\f[B]mysql_get_proto_info(3)\f[R]