Moves the Cursor to the next Database element @see Cursor#moveNext(int) @see Cursor#move(int)
()
| 200 | * @see Cursor#move(int) |
| 201 | */ |
| 202 | public void moveNext() |
| 203 | throws DatabaseException { |
| 204 | move(Const.UPS_CURSOR_NEXT); |
| 205 | } |
| 206 | |
| 207 | /** |
| 208 | * Moves the Cursor to the next Database element |