MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for PT_explain, including all inherited members.
get_printable_parse_tree(THD *thd) | Parse_tree_root | inlinevirtual |
m_analyze | PT_explain | private |
m_explain_into_variable_name | PT_explain | private |
m_explainable_stmt | PT_explain | private |
m_explicit_format | PT_explain | private |
m_format | PT_explain | private |
m_pos | Parse_tree_root | |
m_schema_name_for_explain | PT_explain | private |
make_cmd(THD *thd) override | PT_explain | virtual |
operator=(const Parse_tree_root &)=delete | Parse_tree_root | private |
Parse_tree_root(const Parse_tree_root &)=delete | Parse_tree_root | private |
Parse_tree_root()=default | Parse_tree_root | protected |
Parse_tree_root(const POS &pos) | Parse_tree_root | inlineexplicitprotected |
PT_explain(const POS &pos, Explain_format_type format, bool is_analyze, bool is_explicit_format, Parse_tree_root *explainable_stmt, std::optional< std::string_view > explain_into_variable_name, LEX_CSTRING schema_name_for_explain) | PT_explain | inline |
~Parse_tree_root()=default | Parse_tree_root | protectedvirtual |