Methods

Files

Class Index [+]

Quicksearch

Arel::Lock

Attributes

locked[R]

Public Class Methods

new(relation, locked) click to toggle source
   # File lib/arel/algebra/relations/operations/lock.rb, line 5
5:     def initialize(relation, locked)
6:       super(relation)
7:       @locked = true == locked ? " FOR UPDATE" : locked
8:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.