Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ QueryRow
Method
QueryRow
pgxpool/batch_results.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(br *poolBatchResults) QueryRow() pgx.Row {
42
return
br.br.QueryRow()
43
}
44
45
func
(br *poolBatchResults) Close() error {
46
err := br.br.Close()
Callers
nothing calls this directly
Calls
1
QueryRow
Method · 0.65
Tested by
no test coverage detected