class

Parsegres::AST::BetweenExpr

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

Constructors

new(operand : Parsegres::AST::Expr, low : Parsegres::AST::Expr, high : Parsegres::AST::Expr, negated : Bool = false)
Source

Instance methods

high
Source
high=(high : Expr)
Source
low=(low : Expr)
Source
negated=(negated : Bool)
Source
negated?
Source
operand
Source
operand=(operand : Expr)
Source