Modify row deletion behavior.
- See also:
- Table::set_remove_flags, Table::get_remove_flags
- Enumerator:
-
| DB_DELETE_SEEK_NONE |
Do not move the current cursor position.
|
| DB_DELETE_SEEK_NEXT |
Move the current cursor position to the next record.
|
| DB_DELETE_SEEK_PRIOR |
Move the current cursor position to the prior record.
|