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