()
| 1521 | } |
| 1522 | |
| 1523 | private final SelectQueryImpl<Record> parseSelect() { |
| 1524 | return parseSelect(null, null); |
| 1525 | } |
| 1526 | |
| 1527 | private final SelectQueryImpl<Record> parseSelect(Integer degree, WithImpl with) { |
| 1528 | return parseSelect(degree, with, null); |
no test coverage detected