Method: Sequel::SQL::QualifiedIdentifier#table
- Defined in:
- lib/sequel/sql.rb
permalink #table ⇒ Object (readonly)
The table/schema qualifying the reference
1712 1713 1714 |
# File 'lib/sequel/sql.rb', line 1712 def table @table end |