mysql_get_client_info()

2023-07-26 02:37:19  Updated

You can call the mysql_get_client_info() function to return a string that represents the OceanBase client library version.

Syntax

const char *
mysql_get_client_info(void)

Return values

A string that represents the OBClient library version is returned.

Errors

None.

Contact Us