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

Function createTableQueryString

orm/table_create_test.go:171–174  ·  view source on GitHub ↗
(q *Query, opt *CreateTableOptions)

Source from the content-addressed store, hash-verified

169})
170
171func createTableQueryString(q *Query, opt *CreateTableOptions) string {
172 qq := NewCreateTableQuery(q, opt)
173 return queryString(qq)
174}

Callers 1

Calls 2

NewCreateTableQueryFunction · 0.85
queryStringFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…