MCPcopy
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
33func (br *poolBatchResults) Exec() (pgconn.CommandTag, error) {
34 return br.br.Exec()
35}
36
37func (br *poolBatchResults) Query() (pgx.Rows, error) {
38 return br.br.Query()

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.65

Tested by

no test coverage detected