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

Method Count

generics.go:100–100  ·  view source on GitHub ↗
(ctx context.Context, column string)

Source from the content-addressed store, hash-verified

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)
101}
102
103// SetUpdateOnlyInterface is returned by Set after chaining; only Update is allowed

Calls

no outgoing calls