(ctx context.Context, tableName Identifier, columnNames []string, rowSrc CopyFromSource)
| 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 |
no outgoing calls