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