public final class GenericSchemaBuilder extends Object
| 构造器和说明 |
|---|
GenericSchemaBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,ShardingSphereSchema> |
build(Collection<String> tableNames,
GenericSchemaBuilderMaterials materials)
Build generic schema.
|
static Map<String,ShardingSphereSchema> |
build(GenericSchemaBuilderMaterials materials)
Build generic schema.
|
public static Map<String,ShardingSphereSchema> build(GenericSchemaBuilderMaterials materials) throws SQLException
materials - generic schema builder materialsSQLException - SQL exceptionpublic static Map<String,ShardingSphereSchema> build(Collection<String> tableNames, GenericSchemaBuilderMaterials materials) throws SQLException
tableNames - table namesmaterials - generic schema builder materialsSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.