Methods

Class Index [+]

Quicksearch

Sequel::SQL::JoinOnClause

Represents an SQL JOIN clause with ON conditions.

Attributes

on[R]

The conditions for the join

Public Class Methods

new(on, *args) click to toggle source

Create an object with the ON conditions and call super with the remaining args.

      # File lib/sequel/sql.rb, line 1147
1147:       def initialize(on, *args)
1148:         @on = on
1149:         super(*args)
1150:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.