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

Struct Expr

clause/expression.go:21–25  ·  view source on GitHub ↗

Expr raw expression

Source from the content-addressed store, hash-verified

19
20// Expr raw expression
21type Expr struct {
22 SQL string
23 Vars []interface{}
24 WithoutParentheses bool
25}
26
27// Build build raw expression
28func (expr Expr) Build(builder Builder) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected