-
Notifications
You must be signed in to change notification settings - Fork 259
mariadb_dyncol_json
Georg Richter edited this page Jun 14, 2021
·
1 revision
mariadb_dyncol_json - Get content of a dynamic column in JSON format
#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_json(DYNAMIC_COLUMN *str,
DYNAMIC_STRING *json)
Get content of a dynamic column in JSON format.
-
*str
- Dynamic column -
*json
- Pointer to a dynamic string which contains json output
Returns ER_DYNCOL_OK
on success, otherwise error.
MariaDB Connector/C Reference