#include <mysql_binding.h>
|
static const bool | am_unsigned |
| Boolean value indicating if the numeric value is unsigned.
|
|
static const bool | am_unsigned = false |
|
static const enum_field_types | column_type |
| Column type represented in MySQL C API.
|
|
static const enum_field_types | column_type = MYSQL_TYPE_FLOAT |
|
static const size_t | length |
| Length of data in this column.
|
|
static const size_t | length = 4 |
|
Definition at line 129 of file mysql_binding.h.
◆ am_unsigned [1/2]
Boolean value indicating if the numeric value is unsigned.
Definition at line 45 of file mysql_binding.h.
◆ am_unsigned [2/2]
◆ column_type [1/2]
Column type represented in MySQL C API.
Definition at line 38 of file mysql_binding.h.
◆ column_type [2/2]
◆ length [1/2]
Length of data in this column.
The value of 0 is used for variable size columns.
Definition at line 42 of file mysql_binding.h.
◆ length [2/2]
The documentation for this struct was generated from the following file: