Sequel::SQL::ComplexExpression
Subclass of ComplexExpression where the expression results in a numeric value in SQL.
Always use + for + operator for NumericExpressions.
# File lib/sequel/sql.rb, line 1207 1207: def +(ce) 1208: NumericExpression.new(:+, self, ce) 1209: end
Return self instead of creating a new object to save on memory.
# File lib/sequel/sql.rb, line 1212 1212: def sql_number 1213: self 1214: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.