DTW_TR_VALIDATION_R_BLUEPRINT


Description

Holds a exception blueprint for a pattern-based validation rule

Columns

Column Type Size Nulls Auto Default Children Parents Comments
RULE_ID VARCHAR 64 null
DTW_TR_PATTERN_BASED_RULE.ID DTW_TR_VALIDATION_R_BP_RUL_FK C

Identifies the rule associated with the given blueprint

PATTERN_ID CHAR 36 null
DTW_TR_RULE_PATTERN.ID DTW_TR_VALIDATION_R_BP_PAT_FK C

Identifies the pattern associated with the given blueprint

TYPE VARCHAR 32 null

Describes the type of the blueprint

PARAMETERS LONGTEXT 2147483647 null

Specifies the blueprint parameters. Its semantics depends on its type

Indexes

Constraint Name Type Sort Column(s)
DTW_TR_VALIDATION_R_BP_PAT_IDX Performance Asc PATTERN_ID
DTW_TR_VALIDATION_R_BP_RUL_IDX Performance Asc RULE_ID

Relationships