-
Notifications
You must be signed in to change notification settings - Fork 256
mariadb_dyncol_value_init
Georg Richter edited this page Sep 17, 2018
·
4 revisions
mariadb_dyncol_value_init - Initializes a dynamic column value
#include <mariadb_dyncol.h>
void mariadb_dyncol_value_init(DYNAMIC_COLUMN_VALUE *value)
The mariadb_dyncol_value_init()
macro initializes a dynamic column value by setting the type to DYNCOL_NULL
.
-
value
- A pointer to aDNYAMIC_COLUMN_VALUE
structure.
MariaDB Connector/C Reference