Method: Sequel::SQL::JoinUsingClause#using

Defined in:
lib/sequel/sql.rb

#usingObject (readonly)

The columns that appear in both tables that should be equal for the conditions to match.



1601
1602
1603
# File 'lib/sequel/sql.rb', line 1601

def using
  @using
end