MySQL 8.3.0
Source Code Documentation
Field_type Struct Reference

#include <sql_resultset.h>

Public Attributes

std::string db_name
 
std::string table_name
 
std::string org_table_name
 
std::string col_name
 
std::string org_col_name
 
unsigned long length
 
unsigned int charsetnr
 
unsigned int flags
 
unsigned int decimals
 
enum_field_types type
 

Member Data Documentation

◆ charsetnr

unsigned int Field_type::charsetnr

◆ col_name

std::string Field_type::col_name

◆ db_name

std::string Field_type::db_name

◆ decimals

unsigned int Field_type::decimals

◆ flags

unsigned int Field_type::flags

◆ length

unsigned long Field_type::length

◆ org_col_name

std::string Field_type::org_col_name

◆ org_table_name

std::string Field_type::org_table_name

◆ table_name

std::string Field_type::table_name

◆ type

enum_field_types Field_type::type

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