MySQL 8.4.0
Source Code Documentation
Send_field Class Reference

#include <field.h>

Public Member Functions

 Send_field ()=default
 

Public Attributes

const char * db_name
 
const char * table_name
 
const char * org_table_name
 
const char * col_name
 
const char * org_col_name
 
ulong length
 
uint charsetnr
 
uint flags
 
uint decimals
 
enum_field_types type
 
bool field
 

Constructor & Destructor Documentation

◆ Send_field()

Send_field::Send_field ( )
default

Member Data Documentation

◆ charsetnr

uint Send_field::charsetnr

◆ col_name

const char* Send_field::col_name

◆ db_name

const char* Send_field::db_name

◆ decimals

uint Send_field::decimals

◆ field

bool Send_field::field

◆ flags

uint Send_field::flags

◆ length

ulong Send_field::length

◆ org_col_name

const char * Send_field::org_col_name

◆ org_table_name

const char * Send_field::org_table_name

◆ table_name

const char* Send_field::table_name

◆ type

enum_field_types Send_field::type

The documentation for this class was generated from the following file: