public final class DatabaseLoader extends Object
| Constructor and Description |
|---|
DatabaseLoader() |
| Modifier and Type | Method and Description |
|---|---|
static ShardingSphereDatabase |
load(String databaseName,
DatabaseType databaseType)
Load database.
|
static ShardingSphereDatabase |
load(String schemaName,
DatabaseType databaseType,
Map<String,DataSource> dataSourceMap,
Collection<ShardingSphereRule> rules,
Properties props)
Load database.
|
public static ShardingSphereDatabase load(String schemaName, DatabaseType databaseType, Map<String,DataSource> dataSourceMap, Collection<ShardingSphereRule> rules, Properties props) throws SQLException
schemaName - schema namedatabaseType - database typedataSourceMap - data source maprules - rulesprops - propertiesSQLException - SQL exceptionpublic static ShardingSphereDatabase load(String databaseName, DatabaseType databaseType)
databaseName - database namedatabaseType - database typeCopyright © 2022 The Apache Software Foundation. All rights reserved.