Method: SQL::Maker::Select#_quote
- Defined in:
- lib/sql/maker/select.rb
#_quote(label) ⇒ Object
151 152 153 |
# File 'lib/sql/maker/select.rb', line 151 def _quote(label) SQL::Maker::Util.quote_identifier(label, self.quote_char, self.name_sep) end |