Method: Sequel::SQL::JoinOnClause#on
- Defined in:
- lib/sequel/sql.rb
#on ⇒ Object (readonly)
The conditions for the join
1585 1586 1587 |
# File 'lib/sequel/sql.rb', line 1585 def on @on end |
The conditions for the join
1585 1586 1587 |
# File 'lib/sequel/sql.rb', line 1585 def on @on end |