Class: Arel::InnerJoin

Inherits:
Join
  • Object
show all
Defined in:
lib/arel/algebra/relations/operations/join.rb

Instance Attribute Summary

Attributes inherited from Join

#predicates, #relation1, #relation2

Attributes included from Relation

#count

Instance Method Summary collapse

Methods inherited from Join

#attributes, #engine, #eval, #externalizable?, #initialize, #join?, #joins, #name, #ons, #table_sql, #to_sql, #wheres

Methods included from Relation

#[], #alias, #attributes, #bind, #call, #christener, #compiler, #delete, #each, #exclusion_predicate_sql, #externalizable?, #externalize, #find_attribute_matching_name, #from, #from_clauses, #group_clauses, #groupings, #having_clauses, #havings, #inclusion_predicate_sql, #insert, #inserts, #join, #join?, #joins, #lock, #locked, #order_clauses, #orders, #outer_join, #position_of, #primary_key, #project, #projections, #select_clauses, #session, #skip, #skipped, #sources, #take, #taken, #to_sql, #update, #where, #where_clauses, #wheres

Constructor Details

This class inherits a constructor from Arel::Join

Instance Method Details

#join_sqlObject



79
# File 'lib/arel/algebra/relations/operations/join.rb', line 79

def join_sql; "INNER JOIN" end