like abstract method

S like(
  1. String expression
)

Query condition that matches parts of a string using % as wildcard. SQL: LIKE

Implementation

S like(String expression);