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

Struct NamedExpr

clause/expression.go:61–64  ·  clause/expression.go::NamedExpr

NamedExpr raw expression for named expr

Source from the content-addressed store, hash-verified

59
60// NamedExpr raw expression for named expr
61type NamedExpr struct {
62 SQL string
63 Vars []interface{}
64}
65
66// Build build raw expression
67func (expr NamedExpr) Build(builder Builder) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected