Uses of Class
org.apache.shardingsphere.data.pipeline.api.ingest.record.Column
-
Packages that use Column Package Description org.apache.shardingsphere.data.pipeline.api.ingest.record org.apache.shardingsphere.data.pipeline.spi.sqlbuilder -
-
Uses of Column in org.apache.shardingsphere.data.pipeline.api.ingest.record
Methods in org.apache.shardingsphere.data.pipeline.api.ingest.record that return Column Modifier and Type Method Description ColumnDataRecord. getColumn(int index)Get column by index.Methods in org.apache.shardingsphere.data.pipeline.api.ingest.record with parameters of type Column Modifier and Type Method Description voidDataRecord. addColumn(Column data)Add a column to record. -
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 Column Modifier and Type Method Description List<Column>PipelineSQLBuilder. extractUpdatedColumns(DataRecord dataRecord)Extract updated columns.Method parameters in org.apache.shardingsphere.data.pipeline.spi.sqlbuilder with type arguments of type Column Modifier and Type Method Description StringPipelineSQLBuilder. buildDeleteSQL(String schemaName, DataRecord dataRecord, Collection<Column> conditionColumns)Build delete SQL.StringPipelineSQLBuilder. buildUpdateSQL(String schemaName, DataRecord dataRecord, Collection<Column> conditionColumns)Build update SQL.
-