T - type of SQL statement contextpublic abstract class EncryptParameterRewriter<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext> extends Object implements ParameterRewriter<T>, EncryptRuleAware
| 构造器和说明 |
|---|
EncryptParameterRewriter() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isNeedRewrite(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext) |
protected abstract boolean |
isNeedRewriteForEncrypt(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrewritesetEncryptRulepublic final boolean isNeedRewrite(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext)
isNeedRewrite 在接口中 ParameterRewriter<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext>protected abstract boolean isNeedRewriteForEncrypt(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext)
Copyright © 2021 The Apache Software Foundation. All rights reserved.