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

Method Query

delete.go:181–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179}
180
181func (b DeleteBuilder) Query() (*sql.Rows, error) {
182 data := builder.GetStruct(b).(deleteData)
183 return data.Query()
184}
185
186func (d *deleteData) Query() (*sql.Rows, error) {
187 if d.RunWith == nil {

Callers

nothing calls this directly

Calls 1

QueryMethod · 0.65

Tested by

no test coverage detected