[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
delete()
Mark a row (record) for deletion
------------------------------------------------------------------------------
Prototype
ERRCODE delete(
AREAP wa
)
Arguments
wa is a pointer to self.
Description
delete() marks the row at the current cursor location in wa for deletion.
Default Behavior
You must implement the default behavior of this method through a
subclass.
Implementation Notes
. The delete() method marks the data item at the work area's
cursor for deletion. The delete() mechanism for databases must deal
with the current work area cursor after the deletion.
. If your RDD supports relations, update them with a forceRel()
prior to attempting the deletion.
. On work areas marked as wa->fReadonly, raise a recoverable
error. On work areas marked as wa->fShared, you must address network
contingencies.
. Some RDDs may want to perform a physical table deletion.
Files Header file is Rdd.api.
See Also:
AREA
deleted()
forceRel()
pack()
recall()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson