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

Function dropTableQueryString

orm/table_drop_test.go:26–29  ·  view source on GitHub ↗
(q *Query, opt *DropTableOptions)

Source from the content-addressed store, hash-verified

24})
25
26func dropTableQueryString(q *Query, opt *DropTableOptions) string {
27 qq := NewDropTableQuery(q, opt)
28 return queryString(qq)
29}

Callers 1

table_drop_test.goFile · 0.85

Calls 2

NewDropTableQueryFunction · 0.85
queryStringFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…