public final class SQLParserRuleBuilder extends Object implements org.apache.shardingsphere.infra.rule.builder.global.GlobalRuleBuilder<SQLParserRuleConfiguration>
| 构造器和说明 |
|---|
SQLParserRuleBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLParserRule |
build(SQLParserRuleConfiguration ruleConfig,
Map<String,org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase> databases,
org.apache.shardingsphere.infra.instance.InstanceContext instanceContext,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props) |
int |
getOrder() |
Class<SQLParserRuleConfiguration> |
getTypeClass() |
public SQLParserRule build(SQLParserRuleConfiguration ruleConfig, Map<String,org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase> databases, org.apache.shardingsphere.infra.instance.InstanceContext instanceContext, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props)
build 在接口中 org.apache.shardingsphere.infra.rule.builder.global.GlobalRuleBuilder<SQLParserRuleConfiguration>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<SQLParserRuleConfiguration>public Class<SQLParserRuleConfiguration> getTypeClass()
getTypeClass 在接口中 org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<SQLParserRuleConfiguration>Copyright © 2022 The Apache Software Foundation. All rights reserved.