type github.com/jackc/pgx/v5.BatchResults
15 uses
github.com/jackc/pgx/v5 (current package)
batch.go#L19: type batchItemFunc func(br BatchResults) error
batch.go#L23: qq.Fn = func(br BatchResults) error {
batch.go#L39: qq.Fn = func(br BatchResults) error {
batch.go#L51: qq.Fn = func(br BatchResults) error {
batch.go#L88: type BatchResults interface {
conn.go#L941: func (c *Conn) SendBatch(ctx context.Context, b *Batch) (br BatchResults) {
tx.go#L140: SendBatch(ctx context.Context, b *Batch) BatchResults
tx.go#L270: func (tx *dbTx) SendBatch(ctx context.Context, b *Batch) BatchResults {
tx.go#L372: func (sp *dbSimulatedNestedTx) SendBatch(ctx context.Context, b *Batch) BatchResults {
github.com/jackc/pgx/v5/pgxpool
batch_results.go#L29: br pgx.BatchResults
conn.go#L98: func (c *Conn) SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults {
pool.go#L776: func (p *Pool) SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults {
tx.go#L50: func (tx *Tx) SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults {
go.pact.im/x/pgxprocess
handle.go#L20: SendBatch(context.Context, *pgx.Batch) pgx.BatchResults
handle.go#L91: func (h *handle[T, P]) SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults {