MCPcopy
hub / github.com/jackc/pgx / QueryContext

Method QueryContext

stdlib/sql.go:623–625  ·  view source on GitHub ↗
(ctx context.Context, argsV []driver.NamedValue)

Source from the content-addressed store, hash-verified

621}
622
623func (s *Stmt) QueryContext(ctx context.Context, argsV []driver.NamedValue) (driver.Rows, error) {
624 return s.conn.QueryContext(ctx, s.sd.SQL, argsV)
625}
626
627type rowValueFunc func(src []byte) (driver.Value, error)
628

Callers

nothing calls this directly

Calls 1

QueryContextMethod · 0.45

Tested by

no test coverage detected