Method: Sequel::SQL::QualifiedIdentifier#table
- Defined in:
- lib/sequel/sql.rb
#table ⇒ Object (readonly)
The table to reference
791 792 793 |
# File 'lib/sequel/sql.rb', line 791 def table @table end |
The table to reference
791 792 793 |
# File 'lib/sequel/sql.rb', line 791 def table @table end |