GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mariadb_dyncol_list_named(3) MariaDB Connector/C mariadb_dyncol_list_named(3)

mariadb_dyncol_list_named - Lists column keys in dynamic column


#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_list_named(DYNAMIC_COLUMN *str,
                          uint *column_count,
                          MYSQL_LEX_STRING **column_keys);

    

Lists the column keys inside a dynamic column.

The application program needs to free the allocated memory for column_count and column_keys parameter.

*str - Dynamic column
*column_count - A pointer to an unsigned integer which stores the number of columns
**column_keys - A pointer to an array of column keys, which stores the keys

Returns ER_DYNCOL_OK on success, otherwise error.

<mariadb_dyncol_list_num>
<mariadb_dyncol_list_json>
Version 3.2.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.