MCPcopy
hub / github.com/jackc/pgx / SendBatch

Method SendBatch

tx.go:140–140  ·  view source on GitHub ↗
(ctx context.Context, b *Batch)

Source from the content-addressed store, hash-verified

138
139 CopyFrom(ctx context.Context, tableName Identifier, columnNames []string, rowSrc CopyFromSource) (int64, error)
140 SendBatch(ctx context.Context, b *Batch) BatchResults
141 LargeObjects() LargeObjects
142
143 Prepare(ctx context.Context, name, sql string) (*pgconn.StatementDescription, error)

Implementers 3

dbTxtx.go
Txpgxpool/tx.go

Calls

no outgoing calls