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

Method Create

generics.go:70–70  ·  view source on GitHub ↗
(ctx context.Context, r *T)

Source from the content-addressed store, hash-verified

68
69 Table(name string, args ...interface{}) CreateInterface[T]
70 Create(ctx context.Context, r *T) error
71 CreateInBatches(ctx context.Context, r *[]T, batchSize int) error
72 Set(assignments ...clause.Assigner) SetCreateOrUpdateInterface[T]
73}

Callers 15

CreateMethod · 0.65
CreateInBatchesMethod · 0.65
SaveMethod · 0.65
FirstOrCreateMethod · 0.65
CreateMethod · 0.65
CreateMethod · 0.65
saveAssociationMethod · 0.65
SaveAfterAssociationsFunction · 0.65
saveAssociationsFunction · 0.65
RegisterDefaultCallbacksFunction · 0.65
TestBelongsToAssociationFunction · 0.65

Calls

no outgoing calls