Moves the Cursor to the first Database element @see Cursor#move(int)
()
| 179 | * @see Cursor#move(int) |
| 180 | */ |
| 181 | public void moveFirst() |
| 182 | throws DatabaseException { |
| 183 | move(Const.UPS_CURSOR_FIRST); |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Moves the Cursor to the last Database element |