Subscriber portal
Selects the first or subsequent row.
public boolean next()
A ResultSet is initially positioned before its first row. The first call to the next method makes the first row the current row. The second call makes the second row the current row, and so on.