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

Method SendBatch

pgxpool/common_test.go:68–68  ·  view source on GitHub ↗
(context.Context, *pgx.Batch)

Source from the content-addressed store, hash-verified

66
67type sendBatcher interface {
68 SendBatch(context.Context, *pgx.Batch) pgx.BatchResults
69}
70
71func testSendBatch(t *testing.T, ctx context.Context, db sendBatcher) {

Callers 5

testSendBatchFunction · 0.65
SendBatchMethod · 0.65
SendBatchMethod · 0.65
SendBatchMethod · 0.65

Implementers 6

Connconn.go
dbTxtx.go
Connpgxpool/conn.go
Poolpgxpool/pool.go
Txpgxpool/tx.go

Calls

no outgoing calls

Tested by 2

testSendBatchFunction · 0.52