Method: Sequel::SQL::ColumnAll#table

Defined in:
lib/sequel/sql.rb

#tableObject (readonly)

The table containing the columns being selected



1262
1263
1264
# File 'lib/sequel/sql.rb', line 1262

def table
  @table
end