mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
31 lines
693 B
Groff
31 lines
693 B
Groff
.\" Automatically generated by Pandoc 2.5
|
|
.\"
|
|
.TH "mariadb_dyncol_free" "3" "" "Version 3.2.2" "MariaDB Connector/C"
|
|
.hy
|
|
.SS Name
|
|
.PP
|
|
mariadb_dyncol_free \- Free memory inside packed blob
|
|
.SS Synopsis
|
|
.IP
|
|
.nf
|
|
\f[C]
|
|
#include <mariadb_dyncol.h>
|
|
|
|
void mariadb_dyncol_free(DYNAMIC_COLUMN *str)
|
|
\f[R]
|
|
.fi
|
|
.SS Description
|
|
.PP
|
|
Frees memory associated by the specified dynamic column
|
|
.SS Parameter
|
|
.IP \[bu] 2
|
|
\f[C]*str\f[R] \- A pointer to a \f[C]DYNAMIC_COLUMN\f[R] structure
|
|
.SS Notes
|
|
.IP \[bu] 2
|
|
\f[C]mariadb_dyncol_free()\f[R] doesn\[cq]t free the memory of the
|
|
passed \f[C]DYNAMIC_COLUMN\f[R] structure but all memory of stored
|
|
columns.
|
|
.SS See also
|
|
.IP \[bu] 2
|
|
\f[B]mariadb_dyncol_init(3)\f[R]
|