Uses of Class
org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
-
Packages that use TableNameSchemaNameMapping Package Description org.apache.shardingsphere.data.pipeline.spi.check.datasource -
-
Uses of TableNameSchemaNameMapping in org.apache.shardingsphere.data.pipeline.spi.check.datasource
Methods in org.apache.shardingsphere.data.pipeline.spi.check.datasource with parameters of type TableNameSchemaNameMapping Modifier and Type Method Description voidDataSourceChecker. checkTargetTable(Collection<? extends DataSource> dataSources, TableNameSchemaNameMapping tableNameSchemaNameMapping, Collection<String> logicTableNames)Check table is empty.
-