mariadb_dyncol_val_double - mariadb-corporation/mariadb-connector-c GitHub Wiki
Name
mariadb_dyncol_val_double - Convert dynamic column value to double
Synopsis
#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_val_double(double *dbl, DYNAMIC_COLUMN_VALUE *value)
Description
Converts the value of a dynamic column to double.
Parameter
dbl- A pointer to a double variablevalue- A pointer to aDYNAMIC_COLUMN_VALUEstructure.
Return value
The function returns ER_DYNCOL_OK on success, ER_DYNCOL_FORMAT if the value cannot be converted to a double, or ER_DYNCOL_TRUNCATED if a truncation occurred.