pub fn not_ilike(
child: BoundExpression,
pattern: BoundExpression,
) -> BoundExpressionExpand description
Creates a bound negated case-insensitive SQL NOT ILIKE expression.
pub fn not_ilike(
child: BoundExpression,
pattern: BoundExpression,
) -> BoundExpressionCreates a bound negated case-insensitive SQL NOT ILIKE expression.