class Sequel::SQL::NumericExpression
in a numeric value in SQL.
Subclass of ComplexExpression where the expression results
def +(ce)
def +(ce) NumericExpression.new(:+, self, ce) end
def sql_number
def sql_number self end
in a numeric value in SQL.
Subclass of ComplexExpression where the expression results
def +(ce) NumericExpression.new(:+, self, ce) end
def sql_number self end