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

Struct DeleteQuery

orm/delete.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type DeleteQuery struct {
10 q *Query
11 placeholder bool
12}
13
14var (
15 _ QueryAppender = (*DeleteQuery)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected