MCPcopy
hub / github.com/Masterminds/squirrel / deleteData

Struct deleteData

delete.go:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type deleteData struct {
13 PlaceholderFormat PlaceholderFormat
14 RunWith BaseRunner
15 Prefixes []Sqlizer
16 From string
17 WhereParts []Sqlizer
18 OrderBys []string
19 Limit string
20 Offset string
21 Suffixes []Sqlizer
22}
23
24func (d *deleteData) Exec() (sql.Result, error) {
25 if d.RunWith == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected