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

Method Or

generics.go:130–130  ·  view source on GitHub ↗
(query interface{}, args ...interface{})

Source from the content-addressed store, hash-verified

128 Where(query interface{}, args ...interface{}) JoinBuilder
129 Not(query interface{}, args ...interface{}) JoinBuilder
130 Or(query interface{}, args ...interface{}) JoinBuilder
131}
132
133type PreloadBuilder interface {

Callers 11

OrMethod · 0.65
TestComplexScopesFunction · 0.65
TestGenericsScopesFunction · 0.65
TestGenericsSubQueryFunction · 0.65
TestNotFunction · 0.65
TestOrFunction · 0.65
TestOrWithAllFieldsFunction · 0.65
TestCountFunction · 0.65
TestGroupConditionsFunction · 0.65
TestDeletedAtOneOrFunction · 0.65

Implementers 3

DBgorm.go
joinBuildergenerics.go
preloadBuildergenerics.go

Calls

no outgoing calls

Tested by 10

TestComplexScopesFunction · 0.52
TestGenericsScopesFunction · 0.52
TestGenericsSubQueryFunction · 0.52
TestNotFunction · 0.52
TestOrFunction · 0.52
TestOrWithAllFieldsFunction · 0.52
TestCountFunction · 0.52
TestGroupConditionsFunction · 0.52
TestDeletedAtOneOrFunction · 0.52