Module: Exwiw::Adapter::IdentifierQuoting::Mysql
- Includes:
- Exwiw::Adapter::IdentifierQuoting
- Included in:
- MysqlAdapter
- Defined in:
- lib/exwiw/adapter/identifier_quoting.rb
Overview
Dialect submodules: bundle the quote character with the matching reserved-word set so an adapter opts in with a single include.
Constant Summary
Constants included from Exwiw::Adapter::IdentifierQuoting
BARE_IDENTIFIER_PATTERN, MYSQL_RESERVED_WORDS, POSTGRESQL_RESERVED_WORDS, SQLITE_RESERVED_WORDS
Method Summary
Methods included from Exwiw::Adapter::IdentifierQuoting
#force_quote_identifier, #force_quote_table_name, #qualified_name, #quote_identifier, #quote_table_name