protected static class MysqlH2SqlReplacer.InternalSqlReplacer extends Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
InternalSqlReplacer() |
| Modifier and Type | Method | Description |
|---|---|---|
MysqlH2SqlReplacer.InternalSqlReplacer |
remove(String pattern) |
Remove pattern in SQL
|
MysqlH2SqlReplacer.InternalSqlReplacer |
replace(String pattern,
String replacement) |
Replace pattern in SQL
|
String |
toString() |
public MysqlH2SqlReplacer.InternalSqlReplacer remove(String pattern)
pattern - patternMysqlH2SqlReplacer.InternalSqlReplacerpublic MysqlH2SqlReplacer.InternalSqlReplacer replace(String pattern, String replacement)
pattern - patternreplacement - replacementMysqlH2SqlReplacer.InternalSqlReplacerCopyright © 2020–2021 BITMC. All rights reserved.