Method: Sequel::SQL::Identifier#value
- Defined in:
- lib/sequel/sql.rb
#value ⇒ Object (readonly)
The table and column to reference
657 658 659 |
# File 'lib/sequel/sql.rb', line 657 def value @value end |
The table and column to reference
657 658 659 |
# File 'lib/sequel/sql.rb', line 657 def value @value end |