![]() |
Kea 3.1.0
|
Specialization for MySQL TINYINT UNSIGNED type. More...
#include <mysql_binding.h>
Static Public Attributes | |
static const bool | am_unsigned |
Boolean value indicating if the numeric value is unsigned. | |
static const bool | am_unsigned = true |
static const enum_field_types | column_type |
Column type represented in MySQL C API. | |
static const enum_field_types | column_type = MYSQL_TYPE_TINY |
static const size_t | length |
Length of data in this column. | |
static const size_t | length = 1 |
Specialization for MySQL TINYINT UNSIGNED type.
Definition at line 74 of file mysql_binding.h.
|
static |
Boolean value indicating if the numeric value is unsigned.
Definition at line 45 of file mysql_binding.h.
|
static |
Definition at line 77 of file mysql_binding.h.
|
static |
Column type represented in MySQL C API.
Definition at line 38 of file mysql_binding.h.
|
static |
Definition at line 75 of file mysql_binding.h.
|
static |
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.
|
static |
Definition at line 76 of file mysql_binding.h.