Module bus.pager
Package org.miaixz.bus.pager.dialect.replace
package org.miaixz.bus.pager.dialect.replace
Provides implementations for replacing and restoring SQL parts, particularly for handling `with(nolock)` clauses.
This package contains utility classes that use regular expressions or simple string manipulation for SQL
modification.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassesClassDescriptionImplements
ReplaceSqlto handle SQL Server's `with(nolock)` hint using regular expressions.Simple implementation ofReplaceSqlto handle SQL Server's `with(nolock)` hint.