Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetUpdateOnlyInterface (0.08 sec)

  1. 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)
Back to top