MCPcopy Create free account
hub / github.com/upper/db / template

Method template

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

Source from the content-addressed store, hash-verified

67}
68
69func (del *deleter) template() *exql.Template {
70 return del.SQL().t.Template
71}
72
73func (del *deleter) String() string {
74 s, err := del.Compile()

Callers 1

CompileMethod · 0.95

Calls 1

SQLMethod · 0.95

Tested by

no test coverage detected