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

Method Delete

generics.go:97–97  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

95
96 Table(name string, args ...interface{}) ChainInterface[T]
97 Delete(ctx context.Context) (rowsAffected int, err error)
98 Update(ctx context.Context, name string, value any) (rowsAffected int, err error)
99 Updates(ctx context.Context, t T) (rowsAffected int, err error)
100 Count(ctx context.Context, column string) (result int64, err error)

Callers 15

CloseMethod · 0.65
ExecContextMethod · 0.65
QueryContextMethod · 0.65
ExecContextMethod · 0.65
QueryContextMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
handleAssociationMethod · 0.65
ReplaceMethod · 0.65
DeleteMethod · 0.65
RegisterDefaultCallbacksFunction · 0.65
DeleteBeforeAssociationsFunction · 0.65

Calls

no outgoing calls