Parent

Arel::SqlCompiler::Mysql2Compiler

Public Instance Methods

limited_update_conditions(conditions, taken) click to toggle source
   # File lib/arel/engines/sql/compilers/mysql2_compiler.rb, line 4
4:       def limited_update_conditions(conditions, taken)
5:         conditions << " LIMIT #{taken}"
6:         conditions
7:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.