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

Method QueryRow

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

Source from the content-addressed store, hash-verified

54
55type queryRower interface {
56 QueryRow(ctx context.Context, sql string, args ...any) pgx.Row
57}
58
59func testQueryRow(t *testing.T, ctx context.Context, db queryRower) {

Callers 15

testQueryRowFunction · 0.65
testSendBatchFunction · 0.65
QueryRowMethod · 0.65
QueryRowMethod · 0.65
QueryRowMethod · 0.65
QueryRowMethod · 0.65
TestPoolAcquireFuncFunction · 0.65
TestPoolBeforeConnectFunction · 0.65
TestPoolAfterConnectFunction · 0.65

Implementers 12

Connconn.go
dbTxtx.go
QueuedQuerybatch.go
batchResultsbatch.go
Connpgxpool/conn.go
Poolpgxpool/pool.go
Txpgxpool/tx.go
errBatchResultspgxpool/batch_results.go
poolBatchResultspgxpool/batch_results.go

Calls

no outgoing calls