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)
1813 1814 1815 |
# File 'lib/sequel/sql.rb', line 1813 def sub @sub end |
The array of subscripts to use (should be an array of numbers)
1813 1814 1815 |
# File 'lib/sequel/sql.rb', line 1813 def sub @sub end |