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 |
Value | VARCHAR | VARCHAR2(255) | Yes | MAGE attribute ParameterValue.value The value of the parameter. Will have the datatype of its associated Parameter. |
ParameterType | BIGINT | NUMBER | Yes | Represents n..1 association between ParameterValue and Parameter The parameter this value is for. |
ParameterizableApplication | BIGINT | NUMBER | Yes | Represents 1..n association between ParameterizableApplication and ParameterValue The parameter values for this Parameterizable Application. |
Table | Column |
---|---|
ExperimentData | MageData |
Name | Columns |
---|---|
ParameterValue1 | DataSetWID |
ParameterValue2 | Value |
ParameterValue3 | ParameterType |
ParameterValue4 | ParameterizableApplication |