public class BaseLikeEscaper extends Object implements LikeEscaper
| 限定符和类型 | 字段和说明 |
|---|---|
static BaseLikeEscaper |
INSTANCE |
protected static List<Character> |
STANDARD_LIKE_KEY_CHARS |
| 构造器和说明 |
|---|
BaseLikeEscaper() |
public static final BaseLikeEscaper INSTANCE
public List<Character> getLikeKeyChars()
getLikeKeyChars 在接口中 LikeEscaperpublic String escapeLikeKeyChars(String pattern)
escapeLikeKeyChars 在接口中 LikeEscaperprotected String escapeLikeKeyChar(char c)
public String appentmentAfterLike()
appentmentAfterLike 在接口中 LikeEscaperCopyright © 2019. All rights reserved.