Methods

Included Modules

Class Index [+]

Quicksearch

Sequel::SQL::NumericExpression

Subclass of ComplexExpression where the expression results in a numeric value in SQL.

Public Instance Methods

+(ce) click to toggle source

Always use + for + operator for NumericExpressions.

      # File lib/sequel/sql.rb, line 1207
1207:       def +(ce)
1208:         NumericExpression.new(:+, self, ce)
1209:       end
sql_number() click to toggle source

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.