| Constructor and Description |
|---|
SqlLikeEscaper(char escapeSignChar,
char[] charsToEscape) |
| Modifier and Type | Method and Description |
|---|---|
String |
escape(String value) |
static char[] |
getCharsToEscape() |
static SqlLikeEscaper |
getDefault() |
static char |
getEscapeSignChar() |
boolean |
hasEscapeSignChar(String value) |
static void |
setCharsToEscape(char[] impl) |
static void |
setDefault(SqlLikeEscaper impl) |
static void |
setEscapeSignChar(char impl) |
static String |
toLikePattern(String value,
LikeType likeType) |
public boolean hasEscapeSignChar(String value)
public static SqlLikeEscaper getDefault()
public static void setDefault(SqlLikeEscaper impl)
public static char getEscapeSignChar()
public static void setEscapeSignChar(char impl)
public static char[] getCharsToEscape()
public static void setCharsToEscape(char[] impl)
Copyright © 2020. All rights reserved.