class

Parsegres::AST::JoinExpr

Inherits Parsegres::AST::FromItem < Parsegres::AST::Node < Parsegres::Inspectable < Reference < Object

Constructors

new(kind : Parsegres::AST::JoinExpr::Kind, left : Parsegres::AST::FromItem, right : Parsegres::AST::FromItem, *, on : Parsegres::AST::Expr | Nil = nil, using : Nil | Array(String) = nil)
Source

Instance methods

kind
Source
kind=(kind : Kind)
Source
left
Source
left=(left : FromItem)
Source
on=(on : Expr | Nil)
Source
right
Source
right=(right : FromItem)
Source
using
Source
using=(using : Array(String) | Nil)
Source

Nested types