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

Struct DropTableQuery

orm/table_drop.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8type DropTableQuery struct {
9 q *Query
10 opt *DropTableOptions
11}
12
13var (
14 _ QueryAppender = (*DropTableQuery)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected