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