LikeExpression

data class LikeExpression(val operand: Expression.Operand, val not: Boolean, val pattern: Expression.Operand.Value) : Expression

Выражение LIKE

Constructors

Link copied to clipboard
constructor(operand: Expression.Operand, not: Boolean, pattern: Expression.Operand.Value)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard