MySQL 8.4.0
Source Code Documentation
dd::Sub_partition_range_key Class Reference

#include <object_keys.h>

Inheritance diagram for dd::Sub_partition_range_key:
[legend]

Public Member Functions

 Sub_partition_range_key (int index_no, int table_id_column_no, const Object_id table_id, int parent_partition_id_column_no, const Object_id parent_partition_id)
 
Raw_keycreate_access_key (Raw_table *db_table) const override
 
String_type str () const override
 
- Public Member Functions inherited from dd::Object_key
virtual ~Object_key ()=default
 
 Object_key ()=default
 
 Object_key (const Object_key &)=default
 
 Object_key (Object_key &&)=default
 
Object_keyoperator= (const Object_key &)=default
 
Object_keyoperator= (Object_key &&)=default
 

Private Attributes

int m_index_no
 
int m_table_id_column_no
 
Object_id m_table_id
 
int m_parent_partition_id_column_no
 
Object_id m_parent_partition_id
 

Constructor & Destructor Documentation

◆ Sub_partition_range_key()

dd::Sub_partition_range_key::Sub_partition_range_key ( int  index_no,
int  table_id_column_no,
const Object_id  table_id,
int  parent_partition_id_column_no,
const Object_id  parent_partition_id 
)
inline

Member Function Documentation

◆ create_access_key()

Raw_key * dd::Sub_partition_range_key::create_access_key ( Raw_table db_table) const
overridevirtual

Implements dd::Object_key.

◆ str()

String_type dd::Sub_partition_range_key::str ( ) const
overridevirtual

Implements dd::Object_key.

Member Data Documentation

◆ m_index_no

int dd::Sub_partition_range_key::m_index_no
private

◆ m_parent_partition_id

Object_id dd::Sub_partition_range_key::m_parent_partition_id
private

◆ m_parent_partition_id_column_no

int dd::Sub_partition_range_key::m_parent_partition_id_column_no
private

◆ m_table_id

Object_id dd::Sub_partition_range_key::m_table_id
private

◆ m_table_id_column_no

int dd::Sub_partition_range_key::m_table_id_column_no
private

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