-
Notifications
You must be signed in to change notification settings - Fork 259
mariadb_dyncol_val_double
Georg Richter edited this page Jun 11, 2023
·
3 revisions
mariadb_dyncol_val_double - Convert dynamic column value to double
#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_val_double(double *dbl, DYNAMIC_COLUMN_VALUE *value)
Converts the value of a dynamic column to double.
-
dbl
- A pointer to a double variable -
value
- A pointer to aDYNAMIC_COLUMN_VALUE
structure.
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.
MariaDB Connector/C Reference