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 |
DeltaX | FLOAT | NUMBER | Yes | MAGE attribute PositionDelta.deltaX Deviation from the y coordinate of this feature's position. |
DeltaY | FLOAT | NUMBER | Yes | MAGE attribute PositionDelta.deltaY Deviation from the y coordinate of this feature's position. |
PositionDelta_DistanceUnit | BIGINT | NUMBER | Yes | Represents 1..1 association between PositionDelta and DistanceUnit The unit for the attributes. |
Table | Column |
---|---|
FeatureDefect | FeatureDefect_PositionDelta |
ZoneDefect | ZoneDefect_PositionDelta |
Name | Columns |
---|---|
PositionDelta1 | DataSetWID |
PositionDelta2 | DeltaX |
PositionDelta3 | DeltaY |
PositionDelta4 | PositionDelta_DistanceUnit |