enum

Parsegres::AST::JoinExpr::Kind

Inherits Enum < Comparable < Value < Object

Constants

Inner = 0
Left = 1
Right = 2
Full = 3
Cross = 4

Instance methods

cross?

Returns true if this enum value equals Cross

Source
full?

Returns true if this enum value equals Full

Source
inner?

Returns true if this enum value equals Inner

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source