public final class SchemaLoader extends Object
| Constructor and Description |
|---|
SchemaLoader() |
| Modifier and Type | Method and Description |
|---|---|
static ShardingSphereSchema |
load(Map<String,DataSource> dataSourceMap,
Collection<ShardingSphereRule> rules,
Properties props)
Load schema.
|
public static ShardingSphereSchema load(Map<String,DataSource> dataSourceMap, Collection<ShardingSphereRule> rules, Properties props) throws SQLException
dataSourceMap - data source maprules - rulesprops - propertiesSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.