MySQL 8.0.37
Source Code Documentation
PT_show_base Class Reference

Base class for Parse tree nodes of SHOW statements. More...

#include <parse_tree_nodes.h>

Inheritance diagram for PT_show_base:
[legend]

Protected Member Functions

 PT_show_base (const POS &pos, enum_sql_command sql_command)
 
- Protected Member Functions inherited from Parse_tree_root
virtual ~Parse_tree_root ()=default
 
 Parse_tree_root ()=default
 

Protected Attributes

POS m_pos
 Textual location of a token just parsed. More...
 
enum_sql_command m_sql_command
 SQL command. More...
 

Additional Inherited Members

- Public Member Functions inherited from Parse_tree_root
virtual Sql_cmdmake_cmd (THD *thd)=0
 

Detailed Description

Base class for Parse tree nodes of SHOW statements.

Constructor & Destructor Documentation

◆ PT_show_base()

PT_show_base::PT_show_base ( const POS pos,
enum_sql_command  sql_command 
)
inlineprotected

Member Data Documentation

◆ m_pos

POS PT_show_base::m_pos
protected

Textual location of a token just parsed.

◆ m_sql_command

enum_sql_command PT_show_base::m_sql_command
protected

SQL command.


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