Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
77
func
(tx *Tx) QueryRow(ctx context.Context, sql string, args ...any) pgx.Row {
78
return
tx.t.QueryRow(ctx, sql, args...)
79
}
80
81
func
(tx *Tx) Conn() *pgx.Conn {
82
return
tx.t.Conn()
Callers
nothing calls this directly
Implementers
3
dbTx
tx.go
dbSimulatedNestedTx
tx.go
Tx
pgxpool/tx.go
Calls
1
QueryRow
Method · 0.65
Tested by
no test coverage detected