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

#include <parse_tree_nodes.h>

Inheritance diagram for PT_drop_library_stmt:
[legend]

Public Member Functions

 PT_drop_library_stmt (const POS &pos, bool if_exists, sp_name *lib_name)
 
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_drop_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_drop_library_stmt()

PT_drop_library_stmt::PT_drop_library_stmt ( const POS pos,
bool  if_exists,
sp_name lib_name 
)
inline

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_drop_library_stmt::make_cmd ( THD )
inlineoverridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_cmd

Sql_cmd_drop_library PT_drop_library_stmt::m_cmd
private

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