Skip to content

mariadb_dyncol_init

Georg Richter edited this page Aug 31, 2018 · 2 revisions

Name

mariadb_dyncol_init - Initializes a dynamic column

Synopsis

#include <mariadb_dyncol.h>

void mariadb_dyncol_init(DYNAMIC_COLUMN *str)

Description

Initioalizes a dynamic column.

Parameter

  • *str - A pointer to a DYNAMIC_COLUMN structure

Notes

  • mariadb_dyncol_init() doesn't allocate any memory, therefore you either need to allocate memory before or pass the address of a DYNAMIC_COLUMN structure.

See also

Clone this wiki locally