MCPcopy Index your code
hub / github.com/upper/db / String

Method String

internal/sqlbuilder/delete.go:73–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (del *deleter) String() string {
74 s, err := del.Compile()
75 if err != nil {
76 panic(err.Error())
77 }
78 return prepareQueryForDisplay(s)
79}
80
81func (del *deleter) setTable(table string) *deleter {
82 return del.frame(func(uq *deleterQuery) error {

Callers

nothing calls this directly

Calls 3

CompileMethod · 0.95
prepareQueryForDisplayFunction · 0.85
ErrorMethod · 0.65

Tested by

no test coverage detected