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

Method MapColumns

generics.go:87–87  ·  view source on GitHub ↗
(m map[string]string)

Source from the content-addressed store, hash-verified

85 Select(query string, args ...interface{}) ChainInterface[T]
86 Omit(columns ...string) ChainInterface[T]
87 MapColumns(m map[string]string) ChainInterface[T]
88 Distinct(args ...interface{}) ChainInterface[T]
89 Group(name string) ChainInterface[T]
90 Having(query interface{}, args ...interface{}) ChainInterface[T]

Callers 3

MapColumnsMethod · 0.65
TestGenericsCreateFunction · 0.65
TestMapColumnsFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestGenericsCreateFunction · 0.52
TestMapColumnsFunction · 0.52