1mariadb_dyncol_exists_named(3)MariaDB Connector/Cmariadb_dyncol_exists_named(3)
2
3
4
5 Name
6 mariadb_dyncol_exists_named - Check if column with given name exists.
7
8 Synopsis
9 enum enum_dyncol_func_result
10 mariadb_dyncol_exists_named(DYNAMIC_COLUMN *str,
11 MYSQL_LEX_STRING *column_key);
12
13 Description
14 Checks if a column with the specified column key exists.
15
16 Parameter
17 • *str - Dynamic column
18
19 • *column_key - The column key to search for
20
21 Return value
22 Returns ER_DYNCOL_YES if a column with given key exists, ER_DYNCOL_NO
23 if no column exists or error.
24
25 See also
26 • <mariadb_dyncol_exists_num>
27
28 • Dynamic Column Error Codes (dyncol_typesanddefs#error-codes)
29
30
31
32Version 3.3.1 mariadb_dyncol_exists_named(3)