like abstract method
Returns a new expression which evaluates whether this expression is LIKE
the the given expression
.
Implementation
ExpressionInterface like(ExpressionInterface expression);
Returns a new expression which evaluates whether this expression is LIKE
the the given expression
.
ExpressionInterface like(ExpressionInterface expression);