T - type of rule configurationpublic interface SchemaRuleBuilder<T extends RuleConfiguration> extends RuleBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
SchemaRule |
build(String schemaName,
Map<String,DataSource> dataSourceMap,
DatabaseType databaseType,
T config)
Build schema rule.
|
getOrder, getTypeClassSchemaRule build(String schemaName, Map<String,DataSource> dataSourceMap, DatabaseType databaseType, T config)
schemaName - schema namedataSourceMap - dataSource mapdatabaseType - database typeconfig - rule configurationCopyright © 2021 The Apache Software Foundation. All rights reserved.