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

Method SuffixExpr

update.go:286–288  ·  view source on GitHub ↗

SuffixExpr adds an expression to the end of the query

(expr Sqlizer)

Source from the content-addressed store, hash-verified

284
285// SuffixExpr adds an expression to the end of the query
286func (b UpdateBuilder) SuffixExpr(expr Sqlizer) UpdateBuilder {
287 return builder.Append(b, "Suffixes", expr).(UpdateBuilder)
288}

Callers 1

SuffixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected