Uses of Interface
org.apache.shardingsphere.infra.merge.engine.decorator.ResultDecorator
Packages that use ResultDecorator
Package
Description
-
Uses of ResultDecorator in org.apache.shardingsphere.infra.merge.engine.decorator
Methods in org.apache.shardingsphere.infra.merge.engine.decorator that return ResultDecoratorModifier and TypeMethodDescriptionResultDecoratorEngine.newInstance(org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, T rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, SQLStatementContext<?> sqlStatementContext) Create new instance of result decorator. -
Uses of ResultDecorator in org.apache.shardingsphere.infra.merge.engine.decorator.impl
Classes in org.apache.shardingsphere.infra.merge.engine.decorator.impl that implement ResultDecoratorModifier and TypeClassDescriptionfinal classTransparent result decorator.