Table Index

FeatureLocation


Represents MAGE Class FeatureLocation
Specifies where a feature is located relative to a grid.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this entity
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from
Row_ SMALLINT NUMBER Yes MAGE attribute FeatureLocation.row
row position in the Zone
Column_ SMALLINT NUMBER Yes MAGE attribute FeatureLocation.column
column position in the Zone.

Referenced By

Table Column
DesignElement Feature_FeatureLocation

Other Constraints

None.

Indexes

Name Columns
FeatureLocation1 DataSetWID
FeatureLocation2 Row_
FeatureLocation3 Column_