github.com/jackc/pgx/v5/pgconn.PgConn.ExecBatch (method)
2 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L1994: func (pgConn *PgConn) ExecBatch(ctx context.Context, batch *Batch) *MultiResultReader {
github.com/jackc/pgx/v5
conn.go#L1062: mrr := c.pgConn.ExecBatch(ctx, batch)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)