public final class DropEncryptRuleStatementUpdater extends Object implements org.apache.shardingsphere.infra.distsql.update.RuleDefinitionDropUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>
| Constructor and Description |
|---|
DropEncryptRuleStatementUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkSQLStatement(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData shardingSphereMetaData,
DropEncryptRuleStatement sqlStatement,
EncryptRuleConfiguration currentRuleConfig) |
Class<EncryptRuleConfiguration> |
getRuleConfigurationClass() |
String |
getType() |
boolean |
hasAnyOneToBeDropped(DropEncryptRuleStatement sqlStatement,
EncryptRuleConfiguration currentRuleConfig) |
boolean |
updateCurrentRuleConfiguration(DropEncryptRuleStatement sqlStatement,
EncryptRuleConfiguration currentRuleConfig) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void checkSQLStatement(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData shardingSphereMetaData,
DropEncryptRuleStatement sqlStatement,
EncryptRuleConfiguration currentRuleConfig)
throws org.apache.shardingsphere.infra.distsql.exception.DistSQLException
checkSQLStatement in interface org.apache.shardingsphere.infra.distsql.update.RuleDefinitionUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>org.apache.shardingsphere.infra.distsql.exception.DistSQLExceptionpublic boolean hasAnyOneToBeDropped(DropEncryptRuleStatement sqlStatement, EncryptRuleConfiguration currentRuleConfig)
hasAnyOneToBeDropped in interface org.apache.shardingsphere.infra.distsql.update.RuleDefinitionDropUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>public boolean updateCurrentRuleConfiguration(DropEncryptRuleStatement sqlStatement, EncryptRuleConfiguration currentRuleConfig)
updateCurrentRuleConfiguration in interface org.apache.shardingsphere.infra.distsql.update.RuleDefinitionDropUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>public Class<EncryptRuleConfiguration> getRuleConfigurationClass()
getRuleConfigurationClass in interface org.apache.shardingsphere.infra.distsql.update.RuleDefinitionUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>public String getType()
getType in interface org.apache.shardingsphere.spi.typed.TypedSPICopyright © 2022 The Apache Software Foundation. All rights reserved.