(ctx context.Context, sql string, args ...any)
| 27 | Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error) |
| 28 | Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error) |
| 29 | QueryRow(ctx context.Context, sql string, args ...any) pgx.Row |
| 30 | } |
| 31 | |
| 32 | // getExecutor returns the appropriate executor (transaction or pool) |
no outgoing calls
no test coverage detected