MCPcopy
hub / github.com/Masterminds/squirrel / expr

Struct expr

expr.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type expr struct {
19 sql string
20 args []interface{}
21}
22
23// Expr builds an expression from a SQL fragment and arguments.
24//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected