-
Notifications
You must be signed in to change notification settings - Fork 258
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_COLUMN
structure
-
mariadb_dyncol_init()
doesn't allocate any memory, therefore you either need to allocate memory before or pass the address of aDYNAMIC_COLUMN
structure.
MariaDB Connector/C Reference