Uses of Class
org.apache.shardingsphere.data.pipeline.api.metadata.LogicTableName
Packages that use LogicTableName
Package
Description
-
Uses of LogicTableName in org.apache.shardingsphere.data.pipeline.api.config
Methods in org.apache.shardingsphere.data.pipeline.api.config that return types with arguments of type LogicTableNameModifier and TypeMethodDescriptionstatic Map<LogicTableName,String> TableNameSchemaNameMapping.convert(Map<String, ShardingSphereSchema> schemas) Convert table name and schema name mapping from schemas.Methods in org.apache.shardingsphere.data.pipeline.api.config with parameters of type LogicTableNameModifier and TypeMethodDescriptionTableNameSchemaNameMapping.getSchemaName(LogicTableName logicTableName) Get schema name. -
Uses of LogicTableName in org.apache.shardingsphere.data.pipeline.api.config.ingest
Methods in org.apache.shardingsphere.data.pipeline.api.config.ingest that return LogicTableNameModifier and TypeMethodDescriptionDumperConfiguration.getLogicTableName(String actualTableName) Get logic table name.Methods in org.apache.shardingsphere.data.pipeline.api.config.ingest with parameters of type LogicTableNameModifier and TypeMethodDescriptionDumperConfiguration.getSchemaName(LogicTableName logicTableName) Get schema name. -
Uses of LogicTableName in org.apache.shardingsphere.data.pipeline.api.config.rulealtered
Methods in org.apache.shardingsphere.data.pipeline.api.config.rulealtered with parameters of type LogicTableNameModifier and TypeMethodDescriptionImporterConfiguration.getSchemaName(LogicTableName logicTableName) Get schema name. -
Uses of LogicTableName in org.apache.shardingsphere.data.pipeline.spi.sqlbuilder
Method parameters in org.apache.shardingsphere.data.pipeline.spi.sqlbuilder with type arguments of type LogicTableNameModifier and TypeMethodDescriptionPipelineSQLBuilder.buildInsertSQL(String schemaName, DataRecord dataRecord, Map<LogicTableName, Set<String>> shardingColumnsMap) Build insert SQL.PipelineSQLBuilder.buildUpdateSQL(String schemaName, DataRecord dataRecord, Collection<Column> conditionColumns, Map<LogicTableName, Set<String>> shardingColumnsMap) Build update SQL.PipelineSQLBuilder.extractUpdatedColumns(DataRecord record, Map<LogicTableName, Set<String>> shardingColumnsMap) Extract updated columns.