Method: Sequel::SQL::IsDistinctFrom#lhs

Defined in:
lib/sequel/extensions/is_distinct_from.rb

#lhsObject (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