Method: Sequel::SQL::ColumnAll#table
- Defined in:
- lib/sequel/sql.rb
#table ⇒ Object (readonly)
The table containing the columns being selected
1262 1263 1264 |
# File 'lib/sequel/sql.rb', line 1262 def table @table end |
The table containing the columns being selected
1262 1263 1264 |
# File 'lib/sequel/sql.rb', line 1262 def table @table end |