MySQL 8.4.0
Source Code Documentation
Rpl_info_factory::table_data Struct Reference

Public Member Functions

virtual ~table_data ()
 

Public Attributes

uint n_fields
 
const char * schema
 
const char * name
 
uint n_pk_fields
 
const uint * pk_field_indexes
 
MY_BITMAP nullable_fields
 

Constructor & Destructor Documentation

◆ ~table_data()

virtual Rpl_info_factory::table_data::~table_data ( )
inlinevirtual

Member Data Documentation

◆ n_fields

uint Rpl_info_factory::table_data::n_fields

◆ n_pk_fields

uint Rpl_info_factory::table_data::n_pk_fields

◆ name

const char* Rpl_info_factory::table_data::name

◆ nullable_fields

MY_BITMAP Rpl_info_factory::table_data::nullable_fields

◆ pk_field_indexes

const uint* Rpl_info_factory::table_data::pk_field_indexes

◆ schema

const char* Rpl_info_factory::table_data::schema

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