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_unpack(3) MariaDB Connector/C mariadb_dyncol_unpack(3)

mariadb_dyncol_unpack - extracts keys and values of all columns


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

    

The mariadb_dyncol_unpack() function extracts all keys and values of a dynamic column.

str - Pointer to a DYNAMIC_COLUMN structure
column count - Pointer to an unsigned integer which will receive the number of columns
column_keys - Pointer of an array of MYSQL_LEX_STRING structures, which will contain the column keys
values - Pointer of an array of DYNAMIC_COLUMN_VALUE structures, which will contain the values.

Returns ER_DYNCOL_OK on success, otherwise an error.

The column_keys and values arrays will be allocated by mariadb_dyncol_unpack() and must be freed by application.

mariadb_dyncol_get(3)
mariadb_dyncol_list(3)
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.