public final class DropEncryptRuleStatementUpdater extends Object implements org.apache.shardingsphere.infra.distsql.update.RuleDefinitionDropUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>
| 构造器和说明 |
|---|
DropEncryptRuleStatementUpdater() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkSQLStatement(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData shardingSphereMetaData,
DropEncryptRuleStatement sqlStatement,
EncryptRuleConfiguration currentRuleConfig) |
Class<EncryptRuleConfiguration> |
getRuleConfigurationClass() |
String |
getType() |
boolean |
updateCurrentRuleConfiguration(DropEncryptRuleStatement sqlStatement,
EncryptRuleConfiguration currentRuleConfig) |
public void checkSQLStatement(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData shardingSphereMetaData,
DropEncryptRuleStatement sqlStatement,
EncryptRuleConfiguration currentRuleConfig)
throws org.apache.shardingsphere.infra.distsql.exception.rule.RuleDefinitionViolationException
checkSQLStatement 在接口中 org.apache.shardingsphere.infra.distsql.update.RuleDefinitionUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>org.apache.shardingsphere.infra.distsql.exception.rule.RuleDefinitionViolationExceptionpublic boolean updateCurrentRuleConfiguration(DropEncryptRuleStatement sqlStatement, EncryptRuleConfiguration currentRuleConfig)
updateCurrentRuleConfiguration 在接口中 org.apache.shardingsphere.infra.distsql.update.RuleDefinitionDropUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>public Class<EncryptRuleConfiguration> getRuleConfigurationClass()
getRuleConfigurationClass 在接口中 org.apache.shardingsphere.infra.distsql.update.RuleDefinitionUpdater<DropEncryptRuleStatement,EncryptRuleConfiguration>public String getType()
getType 在接口中 org.apache.shardingsphere.spi.typed.TypedSPICopyright © 2021 The Apache Software Foundation. All rights reserved.