MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
PT_alter_library_stmt Class Referencefinal

#include <parse_tree_nodes.h>

Inheritance diagram for PT_alter_library_stmt:
[legend]

Public Member Functions

 PT_alter_library_stmt (const POS &pos, THD *thd, sp_name *name, LEX_STRING comment)
 
Sql_cmdmake_cmd (THD *) override
 
- Public Member Functions inherited from Parse_tree_root
virtual std::string get_printable_parse_tree (THD *thd)
 

Private Attributes

Sql_cmd_alter_library 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_alter_library_stmt()

PT_alter_library_stmt::PT_alter_library_stmt ( const POS pos,
THD thd,
sp_name name,
LEX_STRING  comment 
)
inline

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_alter_library_stmt::make_cmd ( THD )
inlineoverridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_cmd

Sql_cmd_alter_library PT_alter_library_stmt::m_cmd
private

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