
Table method: delmany
Deletes a subset of rows from a table.
<tabobj> "delmany" access [cursor1 [cursor2]]
- <tabobj> is the name of a PinK table object,
- delmany is the name of the applied method.
- The subset of rows to be deleted is given by the access
parameter which is either a PinK selector or index name. It may also be
set to ""ID"" defining the table row ID as index.
- cursor1 gives the start of the range in access
actually to be deleted and defaults to "MINC"
while
- cursor2 defines the end of this range
and defaults to "MAXC".
See also:
Previous
Up
Next
This page is maintained by
pink@hermes.desy.de;
last modification: Jun 1 1995 .