Moves the Cursor to the last Database element @see Cursor#move(int)
()
| 189 | * @see Cursor#move(int) |
| 190 | */ |
| 191 | public void moveLast() |
| 192 | throws DatabaseException { |
| 193 | move(Const.UPS_CURSOR_LAST); |
| 194 | } |
| 195 | |
| 196 | /** |
| 197 | * Moves the Cursor to the next Database element |