@return False if the first call of ResultSet#next() on the wrapped ResultSet returned false, true otherwise
()
| 528 | * true otherwise |
| 529 | */ |
| 530 | public boolean isEmpty() { |
| 531 | return empty; |
| 532 | } |
| 533 | |
| 534 | /** |
| 535 | * Moves to the next row in the wrapped ResultSet. Note that this method is called immediately when the |