Files
mariadb-connector-c/man/mariadb_dyncol_json.3
Georg Richter 10c67ee835 Man page fixes:
- Install created man pages when building with WITH_DOCS=ON
- Set version to 3.4
2024-10-25 10:37:47 +02:00

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]