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

Method String

orm/insert.go:25–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (q *InsertQuery) String() string {
26 b, err := q.AppendQuery(defaultFmter, nil)
27 if err != nil {
28 panic(err)
29 }
30 return string(b)
31}
32
33func (q *InsertQuery) Operation() QueryOp {
34 return InsertOp

Callers

nothing calls this directly

Calls 1

AppendQueryMethod · 0.95

Tested by

no test coverage detected