Class: Arel::Nodes::JoinSource

Inherits:
Binary show all
Defined in:
lib/arel/nodes/join_source.rb

Overview

Class that represents a join source

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

Instance Attribute Summary

Attributes inherited from Binary

#left, #right

Instance Method Summary collapse

Methods inherited from Binary

#initialize_copy

Methods inherited from Node

#and, #each, #not, #or, #to_sql

Methods included from FactoryMethods

#create_and, #create_join, #create_on, #create_string_join, #create_table_alias, #grouping, #lower

Constructor Details

#initialize(single_source, joinop = []) ⇒ JoinSource

Returns a new instance of JoinSource.



9
10
11
# File 'lib/arel/nodes/join_source.rb', line 9

def initialize single_source, joinop = []
  super
end