Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mysql_get_client_info(3)      MariaDB Connector/C     mysql_get_client_info(3)

   Name
       mysql_get_client_info - returns client library version as string	repre-
       sentation

   Synopsis
	      #include <mysql.h>

	      const char * mysql_get_client_info(void );

   Description
       Returns a string	representing the client	library	version

   Notes
       To  obtain  the	numeric	 value	of  the	 client	 library  version  use
       mysql_get_client_version(3).

   See also
        mysql_get_client_version(3)

        mysql_get_host_info(3)

        mysql_get_proto_info(3)

Version	3.4					      mysql_get_client_info(3)

Want to link to this manual page? Use this URL:
<
https://man.freebsd.org/cgi/man.cgi?query=mysql_get_client_info&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help