MCPcopy Index your code
hub / github.com/upper/db / Query

Method Query

internal/sqlbuilder/insert.go:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177func (ins *inserter) Query() (*sql.Rows, error) {
178 return ins.QueryContext(ins.SQL().sess.Context())
179}
180
181func (ins *inserter) QueryContext(ctx context.Context) (*sql.Rows, error) {
182 iq, err := ins.build()

Callers

nothing calls this directly

Calls 3

QueryContextMethod · 0.95
SQLMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected