MCPcopy Create free account
hub / github.com/go-pg/pg / String

Method String

orm/update.go:29–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (q *UpdateQuery) String() string {
30 b, err := q.AppendQuery(defaultFmter, nil)
31 if err != nil {
32 panic(err)
33 }
34 return string(b)
35}
36
37func (q *UpdateQuery) Operation() QueryOp {
38 return UpdateOp

Callers

nothing calls this directly

Calls 1

AppendQueryMethod · 0.95

Tested by

no test coverage detected