Method: Sequel::MySQL::Dataset#quoted_identifier
- Defined in:
- lib/sequel_core/adapters/mysql.rb
#quoted_identifier(c) ⇒ Object
281 282 283 |
# File 'lib/sequel_core/adapters/mysql.rb', line 281 def quoted_identifier(c) "`#{c}`" end |