github.com/jackc/pgx/v5/pgxpool.Conn.QueryRow (method, view implemented interface methods)
2 uses
github.com/jackc/pgx/v5/pgxpool (current package)
conn.go#L94: func (c *Conn) QueryRow(ctx context.Context, sql string, args ...any) pgx.Row {
pool.go#L772: row := c.QueryRow(ctx, sql, args...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)