![]() |
MySQL 9.7.0
Source Code Documentation
|
Description of the mapping between a column and a field typecode. More...
#include <row_proxy.h>
Public Types | |
| using | Typecode_t = Typecode_tp |
Public Attributes | |
| Typecode_t | m_field_typecode |
| Enum value for the mysql::abi_helpers::Field object holding the value. More... | |
| Column_type | m_type |
| Type of the field. More... | |
| Typecode_t | m_null_typecode {typecode_end_tp} |
| Enum value for a mysql::abi_helpers::Field object that holds a bool indicating if the value is NULL. More... | |
Static Public Attributes | |
| static constexpr Typecode_t | typecode_end = typecode_end_tp |
Description of the mapping between a column and a field typecode.
| Typecode_tp | The enum type used for type codes. |
| typecode_end_tp | Enum value whose value is greater than the largest enum value that represents a field in a packet. |
| using Field_view_definition< Typecode_tp, typecode_end_tp >::Typecode_t = Typecode_tp |
| Typecode_t Field_view_definition< Typecode_tp, typecode_end_tp >::m_field_typecode |
Enum value for the mysql::abi_helpers::Field object holding the value.
| Typecode_t Field_view_definition< Typecode_tp, typecode_end_tp >::m_null_typecode {typecode_end_tp} |
Enum value for a mysql::abi_helpers::Field object that holds a bool indicating if the value is NULL.
| Column_type Field_view_definition< Typecode_tp, typecode_end_tp >::m_type |
Type of the field.
|
staticconstexpr |