Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
type
DropTableQuery
struct
{
9
q *Query
10
opt *DropTableOptions
11
}
12
13
var
(
14
_ QueryAppender = (*DropTableQuery)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected