Parent

Class Index [+]

Quicksearch

Arel::Nodes::SelectStatement

Attributes

cores[R]
limit[RW]
orders[RW]
lock[RW]
offset[RW]

Public Class Methods

new(cores = [SelectCore.new]) click to toggle source
    # File lib/arel/nodes/select_statement.rb, line 7
 7:       def initialize cores = [SelectCore.new]
 8:         @cores  = cores
 9:         @orders = []
10:         @limit  = nil
11:         @lock   = nil
12:         @offset = nil
13:       end

Public Instance Methods

initialize_copy(other) click to toggle source
    # File lib/arel/nodes/select_statement.rb, line 15
15:       def initialize_copy other
16:         super
17:         @cores  = @cores.map { |x| x.clone }
18:         @orders = @orders.map { |x| x.clone }
19:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.