Interro::JoinClause
Inherits Struct / Value / Object
Constructors
new(other_table : String, as relation : Nil | String, on condition : String, join_type : String = "INNER")
Represent a SQL JOIN with the given arguments.
JoinClause.new("my_table", as: "m", on: "m.foo_id = foo.id")
Instance methods
condition
Sourcejoin_type
Sourceother_table
Sourcerelation
Source