Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
type
sendBatcher
interface
{
68
SendBatch(context.Context, *pgx.Batch) pgx.BatchResults
69
}
70
71
func
testSendBatch(t *testing.T, ctx context.Context, db sendBatcher) {
Callers
5
testSendBatch
Function · 0.65
SendBatch
Method · 0.65
SendBatch
Method · 0.65
SendBatch
Method · 0.65
TestPoolSendBatchBatchCloseTwice
Function · 0.65
Implementers
6
Conn
conn.go
dbTx
tx.go
dbSimulatedNestedTx
tx.go
Conn
pgxpool/conn.go
Pool
pgxpool/pool.go
Tx
pgxpool/tx.go
Calls
no outgoing calls
Tested by
2
testSendBatch
Function · 0.52
TestPoolSendBatchBatchCloseTwice
Function · 0.52