MCPcopy
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
41func (br *poolBatchResults) QueryRow() pgx.Row {
42 return br.br.QueryRow()
43}
44
45func (br *poolBatchResults) Close() error {
46 err := br.br.Close()

Callers

nothing calls this directly

Calls 1

QueryRowMethod · 0.65

Tested by

no test coverage detected