Status delete_current()



next up previous
Next: Downward interfaces Up: LinearHashingScan Previous: Status get_next(RID& rid)

Status delete_current()

Delete the currently scanned record. It can only be called after get_next(rid) has been called. Otherwise, the result is unpredictable. Return OK if the record has been deleted successfully. Return NOMORERECS if the scan has not started yet. Otherwise return the error code.



Weiqing Huang
Sun May 14 16:22:27 CDT 1995