MySQL 9.0.0
Source Code Documentation
PT_explain_for_connection Class Referencefinal

#include <parse_tree_nodes.h>

Inheritance diagram for PT_explain_for_connection:
[legend]

Public Member Functions

 PT_explain_for_connection (const POS &pos, my_thread_id thread_id)
 
Sql_cmdmake_cmd (THD *thd) override
 
- Public Member Functions inherited from Parse_tree_root
virtual std::string get_printable_parse_tree (THD *thd)
 

Private Attributes

Sql_cmd_explain_other_thread m_cmd
 

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
 

Constructor & Destructor Documentation

◆ PT_explain_for_connection()

PT_explain_for_connection::PT_explain_for_connection ( const POS pos,
my_thread_id  thread_id 
)
inlineexplicit

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_explain_for_connection::make_cmd ( THD thd)
overridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_cmd

Sql_cmd_explain_other_thread PT_explain_for_connection::m_cmd
private

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