Methods

Files

Class Index [+]

Quicksearch

Arel::Sql::Attribute

Public Instance Methods

range(left, right) click to toggle source
     # File lib/arel/engines/sql/formatters.rb, line 130
130:       def range(left, right)
131:         "#{scalar(left)} AND #{scalar(right)}"
132:       end
scalar(scalar) click to toggle source
     # File lib/arel/engines/sql/formatters.rb, line 126
126:       def scalar(scalar)
127:         quote(scalar, environment.column)
128:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.