public interface LikeEscapeStep extends Condition
LIKE predicate to which an
ESCAPE clause can be appended.| Modifier and Type | Method and Description |
|---|---|
Condition |
escape(char c)
Add an
ESCAPE clause to the LIKE predicate. |
Copyright © 2017. All Rights Reserved.