Sequel::SQL::JoinClause
Represents an SQL JOIN clause with USING conditions.
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 1163 1163: def initialize(using, *args) 1164: @using = using 1165: super(*args) 1166: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.