Parent

Class Index [+]

Quicksearch

Arel::Nodes::DeleteStatement

Attributes

relation[RW]
wheres[RW]

Public Class Methods

new() click to toggle source
   # File lib/arel/nodes/delete_statement.rb, line 6
6:       def initialize
7:         @from   = nil
8:         @wheres = []
9:       end

Public Instance Methods

initialize_copy(other) click to toggle source
    # File lib/arel/nodes/delete_statement.rb, line 11
11:       def initialize_copy other
12:         super
13:         @wheres = @wheres.clone
14:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.