Method: Sequel::SQL::JoinClause#join_type

Defined in:
lib/sequel/sql.rb

#join_typeObject (readonly)

The type of join to do



1541
1542
1543
# File 'lib/sequel/sql.rb', line 1541

def join_type
  @join_type
end