MySQL 8.4.0
Source Code Documentation
dd::Tablespace_table_ref Struct Reference

Represents tables with their id, name, schema id and schema name. More...

#include <tablespace.h>

Public Member Functions

 Tablespace_table_ref ()=default
 
 Tablespace_table_ref (Object_id id, const String_type &&name, Object_id schema_id)
 

Public Attributes

Object_id m_id
 
String_type m_name
 
Object_id m_schema_id
 
String_type m_schema_name
 
bool m_schema_encryption
 

Detailed Description

Represents tables with their id, name, schema id and schema name.

Needed to keep track of information when querying the dd to find tables in a tablespace.

Constructor & Destructor Documentation

◆ Tablespace_table_ref() [1/2]

dd::Tablespace_table_ref::Tablespace_table_ref ( )
default

◆ Tablespace_table_ref() [2/2]

dd::Tablespace_table_ref::Tablespace_table_ref ( Object_id  id,
const String_type &&  name,
Object_id  schema_id 
)
inline

Member Data Documentation

◆ m_id

Object_id dd::Tablespace_table_ref::m_id

◆ m_name

String_type dd::Tablespace_table_ref::m_name

◆ m_schema_encryption

bool dd::Tablespace_table_ref::m_schema_encryption

◆ m_schema_id

Object_id dd::Tablespace_table_ref::m_schema_id

◆ m_schema_name

String_type dd::Tablespace_table_ref::m_schema_name

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