T - type of rule configurationpublic interface SchemaRuleBuilder<T extends RuleConfiguration> extends RuleBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
SchemaRule |
build(T config,
String schemaName,
Map<String,DataSource> dataSources,
Collection<ShardingSphereRule> builtRules,
ConfigurationProperties props)
Build schema rule.
|
getOrder, getTypeClassSchemaRule build(T config, String schemaName, Map<String,DataSource> dataSources, Collection<ShardingSphereRule> builtRules, ConfigurationProperties props)
config - rule configurationschemaName - schema namedataSources - data sourcesbuiltRules - built rulesprops - configuration propertiesCopyright © 2022 The Apache Software Foundation. All rights reserved.