MCPcopy
hub / github.com/apache/devlake / UpdateColumn

Method UpdateColumn

backend/core/dal/dal.go:143–143  ·  view source on GitHub ↗

UpdateColumn allows you to update multiple records

(entityOrTable interface{}, columnName string, value interface{}, clauses ...Clause)

Source from the content-addressed store, hash-verified

141 Update(entity interface{}, clauses ...Clause) errors.Error
142 // UpdateColumn allows you to update multiple records
143 UpdateColumn(entityOrTable interface{}, columnName string, value interface{}, clauses ...Clause) errors.Error
144 // UpdateColumns allows you to update multiple columns of multiple records
145 UpdateColumns(entityOrTable interface{}, set []DalSet, clauses ...Clause) errors.Error
146 // UpdateAllColumn updated all Columns of entity

Callers 15

RunTaskFunction · 0.65
UpdateProgressDetailFunction · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected