Uses of Class
org.apache.shardingsphere.data.pipeline.api.ingest.record.Column
Packages that use Column
Package
Description
-
Uses of Column in org.apache.shardingsphere.data.pipeline.api.ingest.record
Methods in org.apache.shardingsphere.data.pipeline.api.ingest.record that return ColumnMethods in org.apache.shardingsphere.data.pipeline.api.ingest.record with parameters of type Column -
Uses of Column in org.apache.shardingsphere.data.pipeline.spi.sqlbuilder
Methods in org.apache.shardingsphere.data.pipeline.spi.sqlbuilder that return types with arguments of type ColumnModifier and TypeMethodDescriptionPipelineSQLBuilder.extractUpdatedColumns(DataRecord record) Extract updated columns.Method parameters in org.apache.shardingsphere.data.pipeline.spi.sqlbuilder with type arguments of type ColumnModifier and TypeMethodDescriptionPipelineSQLBuilder.buildDeleteSQL(String schemaName, DataRecord dataRecord, Collection<Column> conditionColumns) Build delete SQL.PipelineSQLBuilder.buildUpdateSQL(String schemaName, DataRecord dataRecord, Collection<Column> conditionColumns) Build update SQL.