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

Function JoinTable

clause/joins.go:47–51  ·  view source on GitHub ↗
(names ...string)

Source from the content-addressed store, hash-verified

45}
46
47func JoinTable(names ...string) Table {
48 return Table{
49 Name: utils.JoinNestedRelationNames(names),
50 }
51}
52
53func (join Join) Build(builder Builder) {
54 if join.Expression != nil {

Callers 1

JoinsMethod · 0.92

Calls 1

JoinNestedRelationNamesFunction · 0.92

Tested by

no test coverage detected