CAT_TIDTP

Determine the type of a component

Description:

Determine the type of a component. The possibilities are: catalogue, column (or field), parameter, expression, index, selection or join.

Invocation

CALL CAT_TIDTP (GI; IDTYP; STATUS)

Arguments

GI = INTEGER (Given)
Identifier to a component.
IDTYP = INTEGER (Returned)
Type of the identifier, coded according to the following scheme: CAT__CITYP - catalogue, CAT__FITYP - column (or field), CAT__QITYP - parameter, CAT__EITYP - expression, CAT__IITYP - index, CAT__SITYP - selection, CAT__JITYP - join.
STATUS = INTEGER (Given and Returned)
The global status.

Copyright

Copyright (C) 1999 Central Laboratory of the Research Councils

Bugs:

None known