T - type of rulepublic interface ResultDecoratorEngine<T extends org.apache.shardingsphere.infra.rule.ShardingSphereRule> extends ResultProcessEngine<T>
| 限定符和类型 | 方法和说明 |
|---|---|
ResultDecorator |
newInstance(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
org.apache.shardingsphere.infra.metadata.model.physical.model.schema.PhysicalSchemaMetaData schemaMetaData,
T rule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
SQLStatementContext<?> sqlStatementContext)
Create new instance of result decorator.
|
ResultDecorator newInstance(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType, org.apache.shardingsphere.infra.metadata.model.physical.model.schema.PhysicalSchemaMetaData schemaMetaData, T rule, org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props, SQLStatementContext<?> sqlStatementContext)
databaseType - database typeschemaMetaData - schema meta datarule - ruleprops - ShardingSphere propertiessqlStatementContext - SQL statement contextCopyright © 2020 The Apache Software Foundation. All rights reserved.