Uses of Class
org.apache.shardingsphere.infra.rewrite.context.SQLRewriteContext
Packages that use SQLRewriteContext
Package
Description
-
Uses of SQLRewriteContext in org.apache.shardingsphere.infra.rewrite.context
Methods in org.apache.shardingsphere.infra.rewrite.context with parameters of type SQLRewriteContextModifier and TypeMethodDescriptionvoidSQLRewriteContextDecorator.decorate(T rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, SQLRewriteContext sqlRewriteContext, RouteContext routeContext) Decorate SQL rewrite context. -
Uses of SQLRewriteContext in org.apache.shardingsphere.infra.rewrite.engine
Methods in org.apache.shardingsphere.infra.rewrite.engine with parameters of type SQLRewriteContextModifier and TypeMethodDescriptionGenericSQLRewriteEngine.rewrite(SQLRewriteContext sqlRewriteContext) Rewrite SQL and parameters.RouteSQLRewriteEngine.rewrite(SQLRewriteContext sqlRewriteContext, RouteContext routeContext) Rewrite SQL and parameters. -
Uses of SQLRewriteContext in org.apache.shardingsphere.infra.rewrite.sql.impl
Constructors in org.apache.shardingsphere.infra.rewrite.sql.impl with parameters of type SQLRewriteContextModifierConstructorDescriptionDefaultSQLBuilder(SQLRewriteContext context) RouteSQLBuilder(SQLRewriteContext context, RouteUnit routeUnit)