Moves the Cursor to the previous Database element @see Cursor#movePrevious(int) @see Cursor#move(int)
()
| 221 | * @see Cursor#move(int) |
| 222 | */ |
| 223 | public void movePrevious() |
| 224 | throws DatabaseException { |
| 225 | move(Const.UPS_CURSOR_PREVIOUS); |
| 226 | } |
| 227 | |
| 228 | /** |
| 229 | * Moves the Cursor to the previous Database element |