MCPcopy Index your code
hub / github.com/Masterminds/squirrel / Query

Method Query

select.go:197–200  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

QueryMethod · 0.65

Tested by

no test coverage detected