Methods

Class/Module 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 1337
def +(ce)
  NumericExpression.new(:+, self, ce)
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 1342
def sql_number
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.