github.com/jackc/pgx/v5.Conn.SendBatch (method, view implemented interface methods)
3 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L941: 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#L99: return c.Conn().SendBatch(ctx, b)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)