(context.Context, string, ...interface{})
| 15 | Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error) |
| 16 | Query(context.Context, string, ...interface{}) (pgx.Rows, error) |
| 17 | QueryRow(context.Context, string, ...interface{}) pgx.Row |
| 18 | SendBatch(context.Context, *pgx.Batch) pgx.BatchResults |
| 19 | } |
| 20 |
no outgoing calls