Module: Sequel::SQL::NumericMethods

Included in:
LiteralString, GenericExpression, NumericExpression, Symbol
Defined in:
lib/sequel/sql.rb

Overview

This module includes the methods that are defined on objects that can be used in a numeric context in SQL (Symbol, LiteralString, SQL::Function, and SQL::NumericExpression).

This defines the +, -, *, and / methods.