Sequel::SQL::JoinClause
Represents an SQL JOIN table ON conditions clause.
The conditions for the join
Create an object with the ON conditions and call super with the remaining args.
# File lib/sequel/sql.rb, line 690 def initialize(on, *args) @on = on super(*args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.