MySQL 8.4.0
Source Code Documentation
Field_metadata Struct Reference

The Field_metadata has the information about the field, which is used by field_metadata() service api. More...

#include <mysql_command_consumer.h>

Public Attributes

const char * db_name
 
const char * table_name
 
const char * org_table_name
 
const char * col_name
 
const char * org_col_name
 
unsigned long length
 
unsigned int charsetnr
 
unsigned int flags
 
unsigned int decimals
 
int type
 

Detailed Description

The Field_metadata has the information about the field, which is used by field_metadata() service api.

Member Data Documentation

◆ charsetnr

unsigned int Field_metadata::charsetnr

◆ col_name

const char* Field_metadata::col_name

◆ db_name

const char* Field_metadata::db_name

◆ decimals

unsigned int Field_metadata::decimals

◆ flags

unsigned int Field_metadata::flags

◆ length

unsigned long Field_metadata::length

◆ org_col_name

const char* Field_metadata::org_col_name

◆ org_table_name

const char* Field_metadata::org_table_name

◆ table_name

const char* Field_metadata::table_name

◆ type

int Field_metadata::type

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