Class: LogMagic::MySqlExplainer::OrderByExplainerSection
- Inherits:
-
Object
- Object
- LogMagic::MySqlExplainer::OrderByExplainerSection
- Includes:
- TemplatingUtils
- Defined in:
- lib/log_magic/explainers/mysql/ordery_by_explainer.rb
Instance Method Summary collapse
Methods included from TemplatingUtils
#enriche, #initialize, #match_regex, #rendered_template, #template_dir, #template_name, #template_path
Instance Method Details
#term_name ⇒ Object
4 5 6 |
# File 'lib/log_magic/explainers/mysql/ordery_by_explainer.rb', line 4 def term_name 'ORDER BY' end |