-
Notifications
You must be signed in to change notification settings - Fork 256
mariadb_dyncol_list_json
Georg Richter edited this page Sep 2, 2018
·
1 revision
mariadb_dyncol_list_json - Converts a dynamic column into JSON format
#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_json(DYNAMIC_COLUMN *str,
DYNAMIC_STRING *json);
Converts a dynamic column into JSON format.
-
*str
- Dynamic column -
*json
- Pointer to a dynamic string which contains json format
Returns ER_DYNCOL_OK
on success, otherwise error.
MariaDB Connector/C Reference