-
Notifications
You must be signed in to change notification settings - Fork 278
mariadb_dyncol_exists_num
Georg Richter edited this page Sep 2, 2018
·
1 revision
mariadb_dyncol_exists_num - Check if column with given number exists.
enum enum_dyncol_func_result
mariadb_dyncol_exists_num(DYNAMIC_COLUMN *str,
uint column_number);Checks if a column with the specified column key exists.
-
*str- Dynamic column -
column_number- The column number to search for
Returns ER_DYNCOL_YES if a column with given number exists, ER_DYNCOL_NO if no column exists or error.
MariaDB Connector/C Reference