Method: Sequel::SQL::IsDistinctFrom#lhs
- Defined in:
- lib/sequel/extensions/is_distinct_from.rb
#lhs ⇒ Object (readonly)
The left hand side of the IS DISTINCT FROM expression.
102 103 104 |
# File 'lib/sequel/extensions/is_distinct_from.rb', line 102 def lhs @lhs end |