| 100 | } |
| 101 | |
| 102 | type SoftDeleteUpdateClause struct { |
| 103 | ZeroValue sql.NullString |
| 104 | Field *schema.Field |
| 105 | } |
| 106 | |
| 107 | func (sd SoftDeleteUpdateClause) Name() string { |
| 108 | return "" |
nothing calls this directly
no outgoing calls
no test coverage detected