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

Struct Eq

clause/expression.go:232–235  ·  view source on GitHub ↗

Eq equal to for where

Source from the content-addressed store, hash-verified

230
231// Eq equal to for where
232type Eq struct {
233 Column interface{}
234 Value interface{}
235}
236
237func (eq Eq) Build(builder Builder) {
238 builder.WriteQuoted(eq.Column)

Callers 1

NegationBuildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected