You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-10 01:02:57 +03:00
34 lines
738 B
Groff
34 lines
738 B
Groff
.\" Automatically generated by Pandoc 2.5
|
|
.\"
|
|
.TH "mariadb_dyncol_json" "3" "" "Version 3.3.1" "MariaDB Connector/C"
|
|
.hy
|
|
.SS Name
|
|
.PP
|
|
mariadb_dyncol_json \- Get content of a dynamic column in JSON format
|
|
.SS Synopsis
|
|
.IP
|
|
.nf
|
|
\f[C]
|
|
#include <mariadb_dyncol.h>
|
|
|
|
enum enum_dyncol_func_result
|
|
mariadb_dyncol_json(DYNAMIC_COLUMN *str,
|
|
DYNAMIC_STRING *json)
|
|
\f[R]
|
|
.fi
|
|
.SS Description
|
|
.PP
|
|
Get content of a dynamic column in JSON format.
|
|
.SS Parameter
|
|
.IP \[bu] 2
|
|
\f[C]*str\f[R] \- Dynamic column
|
|
.IP \[bu] 2
|
|
\f[C]*json\f[R] \- Pointer to a dynamic string which contains json
|
|
output
|
|
.SS Return value
|
|
.PP
|
|
Returns \f[C]ER_DYNCOL_OK\f[R]on success, otherwise error.
|
|
.SS See also
|
|
.IP \[bu] 2
|
|
\f[B]mariadb_dyncol_list_json(3)\f[R]
|