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

Method SQL

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

Source from the content-addressed store, hash-verified

60var _ = immutable.Immutable(&deleter{})
61
62func (del *deleter) SQL() *sqlBuilder {
63 if del.prev == nil {
64 return del.builder
65 }
66 return del.prev.SQL()
67}
68
69func (del *deleter) template() *exql.Template {
70 return del.SQL().t.Template

Callers 7

templateMethod · 0.95
WhereMethod · 0.95
AndMethod · 0.95
PrepareMethod · 0.95
PrepareContextMethod · 0.95
ExecMethod · 0.95
ExecContextMethod · 0.95

Calls 1

SQLMethod · 0.65

Tested by

no test coverage detected