(ctx context.Context, b *Batch)
| 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) |
no outgoing calls