Oracle_Using_Constraint_Type (Integer property)

Specifies a property assigned to a table column that prevents certain types of invalid data values from being placed in the column. For example, a UNIQUE or PRIMARY KEY constraint prevents you from inserting a value that is a duplicate of an existing value, a CHECK constraint prevents you from inserting a value that does not match a specified condition, and NOT NULL prevents you from inserting a NULL value.

Tagged Values

Name Value
Data_TypeInteger
Long_Id{E7AB3CC0-47AD-4A10-8972-C0FB869EE7CB}+40202bcf
tag_Display_Name_ResourceUsing Constraint Type
tag_Enum_Values{0|Enforced|Enforced}{1|Trusted|Trusted}
tag_Has_Enum_Valuestrue
tag_Is_Physicaltrue

Valid values

ValueClass NameDisplay Name
0EnforcedEnforced
1TrustedTrusted