Sequel::SQL::JoinClause
Represents an SQL JOIN table USING (columns) clause.
The columns that appear in both tables that should be equal for the conditions to match.
Create an object with the given USING conditions and call super with the remaining args.
# File lib/sequel/sql.rb, line 706 def initialize(using, *args) @using = using super(*args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.