T - type of rulepublic interface ResultDecoratorEngine<T extends org.apache.shardingsphere.infra.rule.ShardingSphereRule> extends ResultProcessEngine<T>
| Modifier and Type | Method and Description |
|---|---|
ResultDecorator |
newInstance(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
String schemaName,
org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema schema,
T rule,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props,
SQLStatementContext<?> sqlStatementContext)
Create new instance of result decorator.
|
ResultDecorator newInstance(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType, String schemaName, org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema schema, T rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, SQLStatementContext<?> sqlStatementContext)
databaseType - database typeschemaName - schema nameschema - ShardingSphere schemarule - ruleprops - ShardingSphere propertiessqlStatementContext - SQL statement contextCopyright © 2022 The Apache Software Foundation. All rights reserved.