Class: Arel::InnerJoin
- Defined in:
- lib/arel/algebra/relations/operations/join.rb,
lib/arel/engines/sql/relations/operations/join.rb
Instance Attribute Summary
Attributes included from Relation
Instance Method Summary collapse
Methods inherited from Join
#attributes, #engine, #eql?, #eval, #externalizable?, #hash, #initialize, #join?, #joins, #ons, #table_sql, #wheres
Methods included from Relation
#bind, #call, #christener, #compiler, #exclusion_predicate_sql, #externalizable?, #externalize, #inclusion_predicate_sql, #join?, #primary_key, #session, #to_sql
Methods included from Relation::DefaultOperations
#attributes, #groupings, #havings, #inserts, #joins, #locked, #orders, #projections, #skipped, #sources, #taken, #wheres
Methods included from Relation::AttributeAccessable
#[], #find_attribute_matching_attribute, #find_attribute_matching_name, #position_of
Methods included from Relation::Operable
#alias, #join, #lock, #outer_join
Methods included from Relation::Operable::Writable
Methods included from Relation::Enumerable
Constructor Details
This class inherits a constructor from Arel::Join
Instance Method Details
#join_sql ⇒ Object
21 |
# File 'lib/arel/engines/sql/relations/operations/join.rb', line 21 def join_sql; "INNER JOIN" end |