MCPcopy
hub / github.com/jackc/pgx / QueryRow

Method QueryRow

pgxpool/tx.go:77–79  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

75}
76
77func (tx *Tx) QueryRow(ctx context.Context, sql string, args ...any) pgx.Row {
78 return tx.t.QueryRow(ctx, sql, args...)
79}
80
81func (tx *Tx) Conn() *pgx.Conn {
82 return tx.t.Conn()

Callers

nothing calls this directly

Implementers 3

dbTxtx.go
Txpgxpool/tx.go

Calls 1

QueryRowMethod · 0.65

Tested by

no test coverage detected