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

Method CopyFrom

tx.go:139–139  ·  view source on GitHub ↗
(ctx context.Context, tableName Identifier, columnNames []string, rowSrc CopyFromSource)

Source from the content-addressed store, hash-verified

137 Rollback(ctx context.Context) error
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

Callers 15

TestTraceCopyFromFunction · 0.65
CopyFromMethod · 0.65
CopyFromMethod · 0.65
runMethod · 0.65
TestConnCopyFromSmallFunction · 0.65
TestConnCopyFromLargeFunction · 0.65
TestConnCopyFromEnumFunction · 0.65
TestConnCopyFromJSONFunction · 0.65

Implementers 3

dbTxtx.go
Txpgxpool/tx.go

Calls

no outgoing calls