T - type of rulepublic interface SQLRewriteContextDecorator<T extends org.apache.shardingsphere.infra.rule.ShardingSphereRule>
extends org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<T>
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(T rule,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props,
SQLRewriteContext sqlRewriteContext,
RouteContext routeContext)
Decorate SQL rewrite context.
|
void decorate(T rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, SQLRewriteContext sqlRewriteContext, RouteContext routeContext)
rule - ruleprops - ShardingSphere propertiessqlRewriteContext - SQL rewrite context to be decoratedrouteContext - route contextCopyright © 2023 The Apache Software Foundation. All rights reserved.