MCPcopy
hub / github.com/go-gorm/gorm / SoftDeleteUpdateClause

Struct SoftDeleteUpdateClause

soft_delete.go:102–105  ·  soft_delete.go::SoftDeleteUpdateClause

Source from the content-addressed store, hash-verified

100}
101
102type SoftDeleteUpdateClause struct {
103 ZeroValue sql.NullString
104 Field *schema.Field
105}
106
107func (sd SoftDeleteUpdateClause) Name() string {
108 return ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected