
Selector method: select
Insert in a selector all table row IDs for which the value of
a specified field is element of a certain interval.
<selobj> "select" column lower upper [operation]
- <selobj> is the name of a PinK selector object,
- select is the name of the applied method.
- The name column defines the filed that will be tested
against the ragnge of values.
- lower is the lower border of the interval and
- upper is the upper one.
- The operation parameter gives the type of the operation to be
performed. This parameter may be:
- "REP" (default) - The contents of the selector
is replaced by the selected ones.
- "AND" - The resulting selector will only
contain those elements that are selected and that were
already in the selector.
- "OR" - The selected elements will be added to
the elements already in the selector.
- "DIF" - The selected elements that are already
in the selector are removed.
See also:
Previous
Up
Next
This page is maintained by
pink@hermes.desy.de;
last modification: Jul 2 1995 .