Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ Exec
Method
Exec
pgxpool/batch_results.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(br *poolBatchResults) Exec() (pgconn.CommandTag, error) {
34
return
br.br.Exec()
35
}
36
37
func
(br *poolBatchResults) Query() (pgx.Rows, error) {
38
return
br.br.Query()
Callers
nothing calls this directly
Calls
1
Exec
Method · 0.65
Tested by
no test coverage detected