1mariadb_dyncol_list_num(3)    MariaDB Connector/C   mariadb_dyncol_list_num(3)
2
3
4
5   Name
6       mariadb_dyncol_list_num - Lists numeric column keys in dynamic column
7
8   Synopsis
9              #include <mariadb_dyncol.h>
10
11              enum enum_dyncol_func_result
12              mariadb_dyncol_list_named(DYNAMIC_COLUMN *str,
13                                        uint *column_count,
14                                        uint **column_numbers);
15
16   Description
17       Lists the column numbers inside a dynamic column.
18
19   Parameter
20       • *str - Dynamic column
21
22       • *column_count  -  A  pointer  to an unsigned integer which stores the
23         number of columns
24
25       • **column_numbers - A pointer to an array  of  column  numbers,  which
26         stores the numbers
27
28   Return value
29       Returns ER_DYNCOL_OK on success, otherwise error.
30
31   Notes
32       • The  application  program needs to free the allocated memory for col‐
33         umn_count and column_numbers parameter.
34
35   See also
36       • <mariadb_dyncol_list_named>
37
38       • <mariadb_dyncol_list_json>
39
40
41
42Version 3.2.2                                       mariadb_dyncol_list_num(3)
Impressum