-
Notifications
You must be signed in to change notification settings - Fork 273
mariadb_dyncol_init
Georg Richter edited this page Sep 17, 2018
·
2 revisions
mariadb_dyncol_init - Initializes a dynamic column
#include <mariadb_dyncol.h>
void mariadb_dyncol_init(DYNAMIC_COLUMN *str)The mariadb_dyncol_init() macro initializes a dynamic column.
-
*str- A pointer to aDYNAMIC_COLUMNstructure
-
mariadb_dyncol_init()doesn't allocate any memory, therefore you either need to allocate memory before or pass the address of aDYNAMIC_COLUMNstructure.
MariaDB Connector/C Reference