MySQL 8.3.0
Source Code Documentation
PT_load_index_stmt Class Referencefinal

#include <parse_tree_nodes.h>

Inheritance diagram for PT_load_index_stmt:
[legend]

Public Member Functions

 PT_load_index_stmt (const POS &pos, MEM_ROOT *mem_root, Mem_root_array< PT_preload_keys * > *preload_list)
 
Sql_cmdmake_cmd (THD *thd) override
 
- Public Member Functions inherited from PT_table_ddl_stmt_base
 PT_table_ddl_stmt_base (const POS &pos, MEM_ROOT *mem_root)
 
 ~PT_table_ddl_stmt_base () override=0
 
- Public Member Functions inherited from Parse_tree_root
virtual std::string get_printable_parse_tree (THD *thd)
 

Private Attributes

Mem_root_array< PT_preload_keys * > * m_preload_list
 

Additional Inherited Members

- Public Attributes inherited from Parse_tree_root
POS m_pos
 Textual location of a token just parsed. More...
 
- Protected Member Functions inherited from Parse_tree_root
 Parse_tree_root ()=default
 
 Parse_tree_root (const POS &pos)
 
virtual ~Parse_tree_root ()=default
 
- Protected Attributes inherited from PT_table_ddl_stmt_base
Alter_info m_alter_info
 

Constructor & Destructor Documentation

◆ PT_load_index_stmt()

PT_load_index_stmt::PT_load_index_stmt ( const POS pos,
MEM_ROOT mem_root,
Mem_root_array< PT_preload_keys * > *  preload_list 
)
inline

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_load_index_stmt::make_cmd ( THD thd)
overridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_preload_list

Mem_root_array<PT_preload_keys *>* PT_load_index_stmt::m_preload_list
private

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