Method: Sequel::SQL::QualifiedIdentifier#table

Defined in:
lib/sequel/sql.rb

#tableObject (readonly)

The table/schema qualifying the reference

[View source]

1712
1713
1714
# File 'lib/sequel/sql.rb', line 1712

def table
  @table
end