Module: SQLTree
- Defined in:
- lib/active_record/turntable/sql_tree_patch.rb
Defined Under Namespace
Modules: Node Classes: Token, Tokenizer
Class Attribute Summary collapse
-
.identifier_quote_field_char ⇒ Object
Returns the value of attribute identifier_quote_field_char.
Class Attribute Details
.identifier_quote_field_char ⇒ Object
Returns the value of attribute identifier_quote_field_char.
7 8 9 |
# File 'lib/active_record/turntable/sql_tree_patch.rb', line 7 def identifier_quote_field_char @identifier_quote_field_char end |