public interface DataSourcePreparer
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| 限定符和类型 | 方法和说明 |
|---|---|
void |
prepareTargetSchemas(PrepareTargetSchemasParameter parameter)
Prepare target schemas.
|
void |
prepareTargetTables(PrepareTargetTablesParameter parameter)
Prepare target tables.
|
void prepareTargetSchemas(PrepareTargetSchemasParameter parameter) throws SQLException
parameter - prepare target schemas parameterSQLException - if prepare target schema failvoid prepareTargetTables(PrepareTargetTablesParameter parameter) throws SQLException
parameter - prepare target tables parameterSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.