| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.rewrite.context | |
| org.apache.shardingsphere.infra.rewrite.engine | |
| org.apache.shardingsphere.infra.rewrite.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLRewriteContextDecorator.decorate(T rule,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props,
SQLRewriteContext sqlRewriteContext,
RouteContext routeContext)
Decorate SQL rewrite context.
|
| Modifier and Type | Method and Description |
|---|---|
GenericSQLRewriteResult |
GenericSQLRewriteEngine.rewrite(SQLRewriteContext sqlRewriteContext)
Rewrite SQL and parameters.
|
RouteSQLRewriteResult |
RouteSQLRewriteEngine.rewrite(SQLRewriteContext sqlRewriteContext,
RouteContext routeContext)
Rewrite SQL and parameters.
|
| Constructor and Description |
|---|
DefaultSQLBuilder(SQLRewriteContext context) |
RouteSQLBuilder(SQLRewriteContext context,
RouteUnit routeUnit) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.