Class Index [+]

Quicksearch

Arel::Visitors::JoinSql

 

This class produces SQL for JOIN clauses but omits the “single-source” part of the Join grammar:

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

This visitor is used in SelectManager#join_sql and is for backwards compatibility with Arel V1.0

Private Instance Methods

visit_Arel_Nodes_SelectCore(o) click to toggle source
    # File lib/arel/visitors/join_sql.rb, line 14
14:       def visit_Arel_Nodes_SelectCore o
15:         o.source.right.map { |j| visit j }.join ' '
16:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.