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 a DYNAMIC_COLUMN structure. |
Returns ER_DYNCOL_OK if the dynamic column has correct format, otherwise ER_DYNCOL_FORMAT.
|
• |
mariadb_dyncol_count(3) |