Class Index [+]

Quicksearch

Arel::Nodes::UpdateStatement

Attributes

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

Public Class Methods

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

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.