( documentation for Telosys generator version 4.1.0 )
Foreign Key attribute
Example :
#foreach( $fkAttribute in $fk.attributes )
$fkAttribute.xxx - $fkAttribute.xxx
#end
Since : 3.4.0
Attributes and methods |
.foreignKeyName : String
|
.ordinal : int
Returns the ordinal number (position in the foreign key) |
.originAttribute : AttributeInContext
Returns the origin attribute object |
.originAttributeName : String
Returns the origin attribute name |
.referencedAttribute : AttributeInContext
Returns the referenced attribute object |
.referencedAttributeName : String
Returns the referenced attribute name |