Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setCreateOrUpdateG (0.06 sec)

  1. generics.go

    			assigns = append(assigns, item.Assignments()...)
    		}
    	}
    
    	return setCreateOrUpdateG[T]{
    		c:        c,
    		assigns:  assigns,
    		assocOps: assocOps,
    	}
    }
    
    // setCreateOrUpdateG[T] is a struct that holds operations to be executed in a batch.
    // It supports regular assignments and association operations.
    type setCreateOrUpdateG[T any] struct {
    	c        chainG[T]
    	assigns  []clause.Assignment
    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