Parent

Files

Class Index [+]

Quicksearch

Arel::StringJoin

Public Instance Methods

attributes() click to toggle source
    # File lib/arel/algebra/relations/operations/join.rb, line 95
95:     def attributes
96:       relation1.externalize.attributes
97:     end
engine() click to toggle source
     # File lib/arel/algebra/relations/operations/join.rb, line 99
 99:     def engine
100:       relation1.engine
101:     end
externalizable?() click to toggle source
    # File lib/arel/algebra/relations/operations/join.rb, line 91
91:     def externalizable?
92:       relation1.externalizable?
93:     end
joins(environment, formatter = Sql::TableReference.new(environment)) click to toggle source
    # File lib/arel/algebra/relations/operations/join.rb, line 87
87:     def joins(environment, formatter = Sql::TableReference.new(environment))
88:        [relation1.joins(environment), relation2].compact.join(" ")
89:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.