Methods

Class Index [+]

Quicksearch

Arel::Nodes::JoinSource

 

Class that represents a join source

  http://www.sqlite.org/syntaxdiagrams.html#join-source

Public Class Methods

new(single_source, joinop = []) click to toggle source
    # File lib/arel/nodes/join_source.rb, line 9
 9:       def initialize single_source, joinop = []
10:         super
11:       end

Public Instance Methods

empty?() click to toggle source
    # File lib/arel/nodes/join_source.rb, line 13
13:       def empty?
14:         !left && right.empty?
15:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.