Module: SQB::IndexHint
- Included in:
- Select
- Defined in:
- lib/sqb/index_hint.rb
Instance Method Summary collapse
Instance Method Details
#index_hint(index) ⇒ Object
4 5 6 7 8 |
# File 'lib/sqb/index_hint.rb', line 4 def index_hint(index) @index_hints ||= [] @index_hints << escape(index) self end |
#no_index_hint! ⇒ Object
10 11 12 13 |
# File 'lib/sqb/index_hint.rb', line 10 def no_index_hint! @index_hints = nil self end |