github.com/jackc/pgx/v5.Conn.SendBatch (method, view implemented interface methods)
3 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L942: func (c *Conn) SendBatch(ctx context.Context, b *Batch) (br BatchResults) {
tx.go#L275: return tx.conn.SendBatch(ctx, b)
github.com/jackc/pgx/v5/pgxpool
conn.go#L98: return c.Conn().SendBatch(ctx, b)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)