Parent

Class Index [+]

Quicksearch

Arel::Nodes::UpdateStatement

Attributes

relation[RW]
wheres[RW]
values[RW]
orders[RW]
limit[RW]

Public Class Methods

new() click to toggle source
    # File lib/arel/nodes/update_statement.rb, line 6
 6:       def initialize
 7:         @relation = nil
 8:         @wheres   = []
 9:         @values   = []
10:         @orders = []
11:         @limit  = nil
12:       end

Public Instance Methods

initialize_copy(other) click to toggle source
    # File lib/arel/nodes/update_statement.rb, line 14
14:       def initialize_copy other
15:         super
16:         @wheres = @wheres.clone
17:         @values = @values.clone
18:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.