public final class ShadowSQLRewriteContextDecorator extends Object implements SQLRewriteContextDecorator<ShadowRule>
| 构造器和说明 |
|---|
ShadowSQLRewriteContextDecorator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
decorate(ShadowRule shadowRule,
org.apache.shardingsphere.underlying.common.config.properties.ConfigurationProperties properties,
SQLRewriteContext sqlRewriteContext) |
int |
getOrder() |
Class<ShadowRule> |
getType() |
public void decorate(ShadowRule shadowRule, org.apache.shardingsphere.underlying.common.config.properties.ConfigurationProperties properties, SQLRewriteContext sqlRewriteContext)
decorate 在接口中 SQLRewriteContextDecorator<ShadowRule>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.spi.order.OrderAware<Class<ShadowRule>>public Class<ShadowRule> getType()
getType 在接口中 org.apache.shardingsphere.spi.order.OrderAware<Class<ShadowRule>>Copyright © 2020 The Apache Software Foundation. All rights reserved.