-
Notifications
You must be signed in to change notification settings - Fork 256
mariadb_dyncol_check
Georg Richter edited this page Sep 17, 2018
·
1 revision
mariadb_dyncol_check - Checks if a dynamic column has correct format
#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_check(DYNAMIC_COLUMN *str);
The function mariadb_dyncol_check()
checks if a dynamic column has correct format. This can be used e.g. to check if a blob contains a dynamic column.
-
str
- pointer to aDYNAMIC_COLUMN
structure.
Returns ER_DYNCOL_OK
if the dynamic column has correct format, otherwise ER_DYNCOL_FORMAT
.
MariaDB Connector/C Reference