-
Notifications
You must be signed in to change notification settings - Fork 256
mariadb_dyncol_val_long
Georg Richter edited this page Jun 11, 2023
·
4 revisions
mariadb_dyncol_val_long - Convert dynamic column value to longlong.
#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_val_long(longlong *ll, DYNAMIC_COLUMN_VALUE *value)
Converts the value of a dynamic column to longlong.
-
ll
- A pointer to a longlong 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