MySQL 8.3.0
Source Code Documentation
pack_rows::Column Struct Reference

A class that represents a field, which also holds a cached value of the field's data type. More...

#include <pack_rows.h>

Public Member Functions

 Column (Field *field)
 

Public Attributes

Field *const field
 
const enum_field_types field_type
 

Detailed Description

A class that represents a field, which also holds a cached value of the field's data type.

Constructor & Destructor Documentation

◆ Column()

pack_rows::Column::Column ( Field field)
explicit

Member Data Documentation

◆ field

Field* const pack_rows::Column::field

◆ field_type

const enum_field_types pack_rows::Column::field_type

The documentation for this struct was generated from the following files: