Class: Arel::Visitors::JoinSql

Inherits:
ToSql show all
Defined in:
lib/arel/visitors/join_sql.rb

Overview

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

Method Summary

Methods inherited from ToSql

#accept, #initialize

Methods inherited from Visitor

#accept

Constructor Details

This class inherits a constructor from Arel::Visitors::ToSql