MySQL 8.3.0
Source Code Documentation
PT_show_relaylog_events Class Referencefinal

Parse tree node for SHOW RELAYLOG EVENTS statement. More...

#include <parse_tree_nodes.h>

Inheritance diagram for PT_show_relaylog_events:
[legend]

Public Member Functions

 PT_show_relaylog_events (const POS &pos, const LEX_STRING opt_log_file_name={}, PT_limit_clause *opt_limit_clause=nullptr, LEX_CSTRING opt_channel_name={})
 
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

const LEX_STRING m_opt_log_file_name
 
PT_limit_clause *const m_opt_limit_clause
 
const LEX_CSTRING m_opt_channel_name
 
Sql_cmd_show_relaylog_events m_sql_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 PT_show_base
 PT_show_base (const POS &pos, enum_sql_command sql_command)
 
- 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_show_base
enum_sql_command m_sql_command
 SQL command. More...
 

Detailed Description

Parse tree node for SHOW RELAYLOG EVENTS statement.

Constructor & Destructor Documentation

◆ PT_show_relaylog_events()

PT_show_relaylog_events::PT_show_relaylog_events ( const POS pos,
const LEX_STRING  opt_log_file_name = {},
PT_limit_clause opt_limit_clause = nullptr,
LEX_CSTRING  opt_channel_name = {} 
)
inline

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_show_relaylog_events::make_cmd ( THD thd)
overridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_opt_channel_name

const LEX_CSTRING PT_show_relaylog_events::m_opt_channel_name
private

◆ m_opt_limit_clause

PT_limit_clause* const PT_show_relaylog_events::m_opt_limit_clause
private

◆ m_opt_log_file_name

const LEX_STRING PT_show_relaylog_events::m_opt_log_file_name
private

◆ m_sql_cmd

Sql_cmd_show_relaylog_events PT_show_relaylog_events::m_sql_cmd
private

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