Method: Sequel::Database#quote_schema_table
- Defined in:
- lib/sequel/database/schema_sql.rb
#quote_schema_table(table) ⇒ Object
Proxy the quote_schema_table method to the dataset
194 195 196 |
# File 'lib/sequel/database/schema_sql.rb', line 194 def quote_schema_table(table) schema_utility_dataset.quote_schema_table(table) end |