Methods

Class Index [+]

Quicksearch

Sequel::SQL::JoinClause

Represents an SQL JOIN clause, used for joining tables.

Attributes

join_type[R]

The type of join to do

table[R]

The actual table to join

table_alias[R]

The table alias to use for the join, if any

Public Class Methods

new(join_type, table, table_alias = nil) click to toggle source

Create an object with the given join_type, table, and table alias

      # File lib/sequel/sql.rb, line 1133
1133:       def initialize(join_type, table, table_alias = nil)
1134:         @join_type, @table, @table_alias = join_type, table, table_alias
1135:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.