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

Method String

orm/table_create.go:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (q *CreateTableQuery) String() string {
40 b, err := q.AppendQuery(defaultFmter, nil)
41 if err != nil {
42 panic(err)
43 }
44 return string(b)
45}
46
47func (q *CreateTableQuery) Operation() QueryOp {
48 return CreateTableOp

Callers

nothing calls this directly

Calls 1

AppendQueryMethod · 0.95

Tested by

no test coverage detected