- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SetUpdateOnlyInterface (0.07 sec)
-
generics.go
Updates(ctx context.Context, t T) (rowsAffected int, err error) Count(ctx context.Context, column string) (result int64, err error) } // SetUpdateOnlyInterface is returned by Set after chaining; only Update is allowed type SetUpdateOnlyInterface[T any] interface { Update(ctx context.Context) (rowsAffected int, err error) } // SetCreateOrUpdateInterface is returned by Set at start; Create or Update are allowed
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sun Nov 02 14:09:18 UTC 2025 - 25.9K bytes - Viewed (0)