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

Method Query

internal/sqlbuilder/select.go:457–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455}
456
457func (sel *selector) Query() (*sql.Rows, error) {
458 return sel.QueryContext(sel.SQL().sess.Context())
459}
460
461func (sel *selector) QueryContext(ctx context.Context) (*sql.Rows, error) {
462 sq, err := sel.build()

Callers

nothing calls this directly

Calls 3

QueryContextMethod · 0.95
SQLMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected