MySQL 9.1.0
Source Code Documentation
|
A type code and a value that is either a 64 bit integer, a boolean, or a bounded-length string. More...
#include <field.h>
Public Types | |
using | Type_enum_t = Type_enum_tp |
Public Attributes | |
Type_enum_t | m_type |
The type of the field. More... | |
union { | |
long long m_int | |
bool m_bool | |
char * m_string | |
} | m_data |
The data of the field. More... | |
A type code and a value that is either a 64 bit integer, a boolean, or a bounded-length string.
using mysql::abi_helpers::Field< Type_enum_tp >::Type_enum_t = Type_enum_tp |
bool mysql::abi_helpers::Field< Type_enum_tp >::m_bool |
union { ... } mysql::abi_helpers::Field< Type_enum_tp >::m_data |
The data of the field.
long long mysql::abi_helpers::Field< Type_enum_tp >::m_int |
char* mysql::abi_helpers::Field< Type_enum_tp >::m_string |
Type_enum_t mysql::abi_helpers::Field< Type_enum_tp >::m_type |
The type of the field.