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

Method Delete

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

Delete records from database

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

Source from the content-addressed store, hash-verified

151 CreateIfNotExist(entity interface{}, clauses ...Clause) errors.Error
152 // Delete records from database
153 Delete(entity interface{}, clauses ...Clause) errors.Error
154 // AllTables returns all tables in database
155 AllTables() ([]string, errors.Error)
156 // DropTables drops all specified tables

Callers 15

SaveDbBlueprintMethod · 0.65
DeleteBlueprintMethod · 0.65
ForTypeMethod · 0.65
DeleteMethod · 0.65
DeleteScopeMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
DeleteScopeConfigMethod · 0.65
DeleteConnectionMethod · 0.65
DeleteScopeMethod · 0.65
DeleteModelMethod · 0.65
DeleteMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected