func github.com/go-pg/pg/v10/orm.NewUpdateQuery
3 uses
github.com/go-pg/pg/v10/orm (current package)
query.go#L273: return q._with(name, NewUpdateQuery(subq, false))
query.go#L1150: query := NewUpdateQuery(q, omitZero)
update.go#L22: func NewUpdateQuery(q *Query, omitZero bool) *UpdateQuery {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)