mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-07-26 08:41:58 +00:00
28 lines
731 B
Groff
28 lines
731 B
Groff
.\" Automatically generated by Pandoc 3.5
|
|
.\"
|
|
.TH "mariadb_dyncol_json" "3" "" "Version 3.4" "MariaDB Connector/C"
|
|
.SS Name
|
|
mariadb_dyncol_json \- Get content of a dynamic column in JSON format
|
|
.SS Synopsis
|
|
.IP
|
|
.EX
|
|
#include \f[B]<mariadb_dyncol.h>\f[R]
|
|
|
|
\f[B]enum\f[R] enum_dyncol_func_result
|
|
mariadb_dyncol_json(DYNAMIC_COLUMN *str,
|
|
DYNAMIC_STRING *json)
|
|
.EE
|
|
.SS Description
|
|
Get content of a dynamic column in JSON format.
|
|
.SS Parameter
|
|
.IP \[bu] 2
|
|
\f[CR]*str\f[R] \- Dynamic column
|
|
.IP \[bu] 2
|
|
\f[CR]*json\f[R] \- Pointer to a dynamic string which contains json
|
|
output
|
|
.SS Return value
|
|
Returns \f[CR]ER_DYNCOL_OK\f[R]on success, otherwise error.
|
|
.SS See also
|
|
.IP \[bu] 2
|
|
\f[B]mariadb_dyncol_list_json(3)\f[R]
|