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

Method Exec

delete.go:111–114  ·  view source on GitHub ↗

Exec builds and Execs the query with the Runner set by RunWith.

()

Source from the content-addressed store, hash-verified

109
110// Exec builds and Execs the query with the Runner set by RunWith.
111func (b DeleteBuilder) Exec() (sql.Result, error) {
112 data := builder.GetStruct(b).(deleteData)
113 return data.Exec()
114}
115
116// SQL methods
117

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.65

Tested by

no test coverage detected