CARIS HPD : HPD Server API : Projects : Project Views : HPD_PROJ_ATTRIBUTES_VW
 

HPD_PROJ_ATTRIBUTES_VW

View the attributes of a project.

Output

Column

Type

Description

project_id

NUMBER

The primary key value of the project.

acronym

VARCHAR2

The attribute acronym.

sequence

NUMBER

Sequence value for attributes.

When list and long character values are split into multiple records, this sequence indicates the order.

numberval

NUMBER

Numeric value for attributes.

charval

VARCHAR2

Character value for attributes.

Example

The following example shows the use of this view in an SQL statement.

select * from hpd_proj_attributes_vw;