public class RegexWithNolockReplaceSql extends Object implements ReplaceSql
| Modifier and Type | Field and Description |
|---|---|
protected String |
WITHNOLOCK |
| Constructor and Description |
|---|
RegexWithNolockReplaceSql() |
| Modifier and Type | Method and Description |
|---|---|
String |
replace(String sql)
临时替换后用于 jsqlparser 解析
|
String |
restore(String sql)
还原经过解析后的 sql
|
protected String WITHNOLOCK
public String replace(String sql)
ReplaceSqlreplace in interface ReplaceSqlpublic String restore(String sql)
ReplaceSqlrestore in interface ReplaceSqlCopyright © 2018. All rights reserved.