T - type of SQL statement contextpublic abstract class EncryptParameterRewriter<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext> extends Object implements ParameterRewriter<T>, EncryptRuleAware
| Constructor and Description |
|---|
EncryptParameterRewriter() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface 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.