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

Method Table

generics.go:96–96  ·  view source on GitHub ↗
(name string, args ...interface{})

Source from the content-addressed store, hash-verified

94 Build(builder clause.Builder)
95
96 Table(name string, args ...interface{}) ChainInterface[T]
97 Delete(ctx context.Context) (rowsAffected int, err error)
98 Update(ctx context.Context, name string, value any) (rowsAffected int, err error)
99 Updates(ctx context.Context, t T) (rowsAffected int, err error)

Callers 5

TableMethod · 0.65
TableMethod · 0.65
JoinsMethod · 0.65
PreloadMethod · 0.65
handleAssociationMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected