[Source]
# File lib/expressions.rb, line 110 110: def conditions 111: " ( #{prefix}.#{@name} IS NOT NULL ) " 112: end
[Validate]