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

Method NegationBuild

clause/expression.go:348–350  ·  clause/expression.go::Lte.NegationBuild
(builder Builder)

Source from the content-addressed store, hash-verified

346}
347
348func (lte Lte) NegationBuild(builder Builder) {
349 Gt(lte).Build(builder)
350}
351
352// Like whether string matches regular expression
353type Like Eq

Callers

nothing calls this directly

Calls 2

GtTypeAlias · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected