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

Method Update

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

Update updates record

(entity interface{}, clauses ...Clause)

Source from the content-addressed store, hash-verified

139 CreateWithMap(entity interface{}, record map[string]interface{}) errors.Error
140 // Update updates record
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

Callers 15

UpMethod · 0.65
UpMethod · 0.65
SaveDbBlueprintMethod · 0.65
PatchMethod · 0.65
CloseMethod · 0.65
UpdateMethod · 0.65
UpdateScopeMethod · 0.65
UpdateMethod · 0.65
PutMethod · 0.65
PatchProjectFunction · 0.65
CancelPipelineFunction · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by 1