-
Notifications
You must be signed in to change notification settings - Fork 256
mariadb_dyncol_column_count
Georg Richter edited this page Sep 1, 2018
·
3 revisions
mariadb_dyncol_column_count - Get number of columns in dynamic column blob
#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_column_count(DYNAMIC_COLUMN *str,
unsigned int *column_count);
Gets the number of columnns in a dynamic column blob.
-
*str
- A pointer to aDYNAMIC_COLUMN
structure -
column_count
- An unsigned integer pointer where the number of columns will be stored.
Returns ER_DYNCOL_OK
on success, otherwise error.
-
mariadb_dyncol_column_count()
doesn't count NULL values.
MariaDB Connector/C Reference