public interface SqlBuildRule
| 限定符和类型 | 方法和说明 |
|---|---|
void |
executeRule(Map<String,Object> data,
DynamicContext context,
SqlBuilder sqlBuilder,
String activeExpr,
String ruleValue) |
default boolean |
test(Map<String,Object> data,
DynamicContext context,
String activeExpr) |
default boolean test(Map<String,Object> data, DynamicContext context, String activeExpr)
void executeRule(Map<String,Object> data, DynamicContext context, SqlBuilder sqlBuilder, String activeExpr, String ruleValue) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.