Method: Sequel::SQL::Subscript#sub
- Defined in:
- lib/sequel/sql.rb
#sub ⇒ Object (readonly)
The array of subscripts to use (should be an array of numbers)
1713 1714 1715 |
# File 'lib/sequel/sql.rb', line 1713 def sub @sub end |
The array of subscripts to use (should be an array of numbers)
1713 1714 1715 |
# File 'lib/sequel/sql.rb', line 1713 def sub @sub end |