Class: Arel::Collectors::SQLString
- Inherits:
-
Object
- Object
- Arel::Collectors::SQLString
- Defined in:
- lib/arel/visitors/spanner.rb
Instance Attribute Summary collapse
-
#hints ⇒ Object
Returns the value of attribute hints.
-
#join_hints ⇒ Object
Returns the value of attribute join_hints.
-
#table_hints ⇒ Object
Returns the value of attribute table_hints.
Instance Attribute Details
#hints ⇒ Object
Returns the value of attribute hints.
10 11 12 |
# File 'lib/arel/visitors/spanner.rb', line 10 def hints @hints end |
#join_hints ⇒ Object
Returns the value of attribute join_hints.
12 13 14 |
# File 'lib/arel/visitors/spanner.rb', line 12 def join_hints @join_hints end |
#table_hints ⇒ Object
Returns the value of attribute table_hints.
11 12 13 |
# File 'lib/arel/visitors/spanner.rb', line 11 def table_hints @table_hints end |