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

Method Query

insert.go:195–198  ·  view source on GitHub ↗

Query builds and Querys the query with the Runner set by RunWith.

()

Source from the content-addressed store, hash-verified

193
194// Query builds and Querys the query with the Runner set by RunWith.
195func (b InsertBuilder) Query() (*sql.Rows, error) {
196 data := builder.GetStruct(b).(insertData)
197 return data.Query()
198}
199
200// QueryRow builds and QueryRows the query with the Runner set by RunWith.
201func (b InsertBuilder) QueryRow() RowScanner {

Callers

nothing calls this directly

Calls 1

QueryMethod · 0.65

Tested by

no test coverage detected