| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceGeneratedSchemaConfiguration
Data source generated schema configuration.
|
class |
DataSourceProvidedSchemaConfiguration
Data source provided schema configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseType |
DatabaseTypeFactory.getDatabaseType(Map<String,? extends SchemaConfiguration> schemaConfigs,
ConfigurationProperties props)
Get database type.
|
| Modifier and Type | Method and Description |
|---|---|
static ShardingSphereMetaData |
ShardingSphereMetaData.create(String databaseName,
Map<String,ShardingSphereSchema> schemas,
SchemaConfiguration schemaConfig,
Collection<ShardingSphereRule> rules,
DatabaseType defaultDatabaseType)
Create ShardingSphere meta data.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ShardingSphereRule> |
SchemaRulesBuilder.buildRules(String schemaName,
SchemaConfiguration schemaConfig,
ConfigurationProperties props)
Build rules.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.