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

Struct SoftDeleteQueryClause

soft_delete.go:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61type SoftDeleteQueryClause struct {
62 ZeroValue sql.NullString
63 Field *schema.Field
64}
65
66func (sd SoftDeleteQueryClause) Name() string {
67 return ""

Callers 2

ModifyStatementMethod · 0.85
ModifyStatementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected