Parent

Class Index [+]

Quicksearch

Arel::Nodes::InsertStatement

Attributes

relation[RW]
columns[RW]
values[RW]

Public Class Methods

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

Public Instance Methods

initialize_copy(other) click to toggle source
    # File lib/arel/nodes/insert_statement.rb, line 12
12:       def initialize_copy other
13:         super
14:         @columns = @columns.clone
15:         @values =  @values.clone if @values
16:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.