Module: Util
- Included in:
- LiveSQL
- Defined in:
- lib/live_sql/util.rb
Instance Method Summary collapse
Instance Method Details
#aggregate_func_names ⇒ Object
3 4 5 |
# File 'lib/live_sql/util.rb', line 3 def aggregate_func_names %w(AVG COUNT FIRST LAST MAX MIN SUM) end |