Class SimpleWithNolock
java.lang.Object
org.aoju.bus.pager.dialect.replace.SimpleWithNolock
- All Implemented Interfaces:
ReplaceSql
简单处理 with(nolock)
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleWithNolock
public SimpleWithNolock()
-
-
Method Details
-
replace
Description copied from interface:ReplaceSql临时替换后用于 jsqlparser 解析- Specified by:
replacein interfaceReplaceSql- Parameters:
sql- SQL- Returns:
- the string
-
restore
Description copied from interface:ReplaceSql还原经过解析后的 sql- Specified by:
restorein interfaceReplaceSql- Parameters:
sql- SQL- Returns:
- the string
-