Project Data Tables Database > td Schema : td.FRAMEWORK_PARAM Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
FP_ID | The record ID. | int | 4 | ||||
FP_COMPONENT_ID | The COMPONENT.CO_ID of the component to which the parameter belongs. | int | 4 | ||||
FP_NAME | The parameter name. | varchar | 255 | ||||
FP_DESC | The parameter description. | varchar | 16 | ||||
FP_VALUE | The default value. | varchar | 255 | ||||
FP_IS_OUT | N for input parameter. Y for output parameter. | varchar | 1 | ||||
FP_SCOPE | For future use. | int | 4 | ||||
FP_DATACENTER_LIST_ID | For future use. | int | 4 | ||||
FP_ORDER | The 0-based display order in the UI. | int | 4 | ||||
FP_VALUE_TYPE | The data type. | varchar | 255 | ||||
FP_VER_STAMP | Increments each time the record is updated. | int | 4 | ||||
FP_REF_COUNT | The number of design steps in the component that uses this parameter. | int | 4 | ||||
FP_BPTA_LONG_VALUE | The parameter value. Used when value is too long to be stored in FP_VALUE. | varchar | 16 | ||||
FP_SOURCE_PARAM_ID | If this is an output parameter that belongs to a shadow component (flow), then the field holds the BP_ITER_PARAM.BPIP_ID of the iteration parameter from which the output parameter was promoted. | int | 4 | ||||
FP_METADATA | Testing tool-specific and application-specific metadata for describing a component parameter. | varchar | 16 | ||||
FP_VC_CHECKOUT_USER_NAME | The user who checked out the item under version control. If the item is not checked out, this field is blank. | varchar | 60 |
Index | Description | Primary | Unique |
---|---|---|---|
FP_COMPONENT_ID_IDX | |||
FP_COMPONENT_PARAM_IDX | |||
FW_FP_PRIMARYKEY |