(ctx context.Context, query string, args ...any)
| 33 | Close() |
| 34 | Exec(ctx context.Context, query string, args ...any) (pgconn.CommandTag, error) |
| 35 | Query(ctx context.Context, query string, args ...any) (pgx.Rows, error) |
| 36 | QueryRow(ctx context.Context, query string, args ...any) pgx.Row |
| 37 | SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults |
| 38 | } |
no outgoing calls