class

Parsegres::AST::LikeExpr

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

Constructors

new(operand : Parsegres::AST::Expr, pattern : Parsegres::AST::Expr, negated : Bool = false, ilike : Bool = false)
Source

Instance methods

ilike=(ilike : Bool)
Source
ilike?
Source
negated=(negated : Bool)
Source
negated?
Source
operand
Source
operand=(operand : Expr)
Source
pattern
Source
pattern=(pattern : Expr)
Source