class IsNull

Constants

S_NULL

Public Instance Methods

to_sql(sql) click to toggle source
# File lib/eno/expressions.rb, line 286
def to_sql(sql)
  S_NULL % sql.quote(@members[0])
end