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

Struct UpdateQuery

orm/update.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type UpdateQuery struct {
12 q *Query
13 omitZero bool
14 placeholder bool
15}
16
17var (
18 _ QueryAppender = (*UpdateQuery)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected