Page History
Public Methods
Get all the BoundAttachments of this Relationship. | |
Returns the child action of the given type. The action types are 'INSERT', 'UPDATE' or 'DELETE'. The return action names are 'NONE', 'RESTRICT', 'CASCADE', 'SETNULL' or 'SETDEFAULT'. PARAMETERS: ActionType as String. RETURN DATATYPE: String. | |
Returns an object representing a collection of all foreign key column pairs maintained by the relationship. | |
Returns the parent action of the given type. The action types are 'INSERT', 'UPDATE' or 'DELETE'. The return action names are 'NONE', 'RESTRICT', 'CASCADE', 'SETNULL' or 'SETDEFAULT'. PARAMETERS: ActionType as String. RETURN DATATYPE: String. | |
Get the Check Out status of this Relationship object. DATATYPE: StringObjects. | |
Get the Version History of this Relationship from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. | |
Sets the child action of the given type with the given action. The action types are 'INSERT', 'UPDATE' or 'DELETE'. The action names are 'NONE', 'RESTRICT', 'CASCADE', 'SETNULL' or 'SETDEFAULT'. PARAMETERS: ActionType as String, ActionName as String. | |
Sets the parent action of the given type with the given action. The action types are 'INSERT', 'UPDATE' or 'DELETE'. The action names are 'NONE', 'RESTRICT', 'CASCADE', 'SETNULL' or 'SETDEFAULT'. PARAMETERS:ActionType as String, ActionName as String. | |
Returns a collection of user comments associated with this Relationship. |
Public Properties
This is the business name of the relationship. DATATYPE: String. | |
This is the Child Cardinality No of the relationship: Zero or One to Zero or More = 0, Zero or One to One or More = 1, Zero or One to Zero or One = 2, Zero or One to exactly N = 3. DATATYPE: Integer. | |
This is the Cardinality Value of the relationship when the Cardinality No is 3 (Zero or One to exactly N). DATATYPE: Integer. | |
This is the child entity of the relationship. | |
This property specifies if a relationship is enforced or not enforced. It applies only to DB2 OS390 V8 or later versions of the platform. DATATYPE: Boolean. | |
If true, the FK constriant check can be deferred to the end of the transaction. DATATYPE: Boolean. | |
This is the definition of the relationship. DATATYPE: String. | |
Applies to Oracle platforms. Determines if the FK constraint is disabled (true) or enabled (false). When set to false, the corresponding PK is also set to false. DATATYPE: Boolean. | |
If true, the Foreign Key Constraint will not be generated in the DDL of the Child Entity. DATATYPE: Boolean. | |
GUID of the relationship. This GUID is assigned by ER/Studio. Each relationship has a unique GUID. DATATYPE: String. | |
ID of the relationship. This ID is assigned by ER/Studio. Each relationship in a diagram has a unique ID. DATATYPE: Integer. | |
If true, the FK constriant check is Initially Deferred. DATATYPE: Boolean. | |
InterModelID of the object. This ID is assigned by ER/Studio. DATATYPE: Integer. | |
This is the inverse verb phrase of the relationship. DATATYPE: String. | |
Controls the logical/physical only Relationship Property. DATATYPE: Boolean. | |
This determines if the relationship is mandatory (true) or not (false). DATATYPE: Boolean. | |
This is the name of the relationship. DATATYPE: String. | |
Applies to SQL Server 2005, SQL Server 2008, Teradata v2R6, Teradata 12.0 platforms. Determines if the FK constraint is disabled (true) or enabled (false). DATATYPE: Boolean. | |
This the note of the relationship. DATATYPE: String. | |
This property specifies if a FK constraint is checked for replication. It applies only to MS SQL Server 2000 or later versions. DATATYPE: Boolean. | |
Applies to Oracle platforms. Determines if the FK constraint is NoValidate (true) or Validate (false). DATATYPE: Boolean. | |
This the Optionality of the Relationship. Optional = 0. Mandatory = 1. DATATYPE: Integer. | |
This is the parent entity of the relationship. | |
ID of the relationship's parent index. Zero for this property indicates Primary Key. To set the relationship to use the PK, please assign zero. DATATYPE: Integer. | |
This is the type of the relationship. The relationship types are: Identifying - 0, NonIdentifying - 1, NonSpecific - 2, NonIdentifying Optional - 3, Containment - 8(MongoDB Only). DATATYPE: Integer. | |
This is the verb phrase of the relationship. DATATYPE: String. |
Info | ||
---|---|---|
| ||
...