
Command: creind
Creates an ADAMO index for a table and an associated PinK object. You may
also use getind to create an ascending index
over one column.
creind table indname collist [objectname]
- The PinK object name table specifies the name of the
table for which the index should be created and
- indname specifies the ADAMO name of index to be created.
- collist is a list of column specifiers of the following
format:
name [order]
where name is the name of a column of table and
order specifies its ordering:
- "+" or "ASC"
defines an ascending order and is used as default while
- "-" or "DESC"
defines an descending order.
- The name of the created PinK index object is given by
objectname, which defaults to table.indname.
See also:
Up
Next
This page is maintained by
pink@hermes.desy.de;
last modification: Jun 1 1995 .