$fkPart

( documentation for Telosys generator version 3.3.0 )


This object provides a part of Foreign Key for the current attribute


Example :
   
   #foreach( $fkPart in $attrib.fkParts )
    $fkPart.fkName : $fkPart.referencedEntityName / $fkPart.referencedAttributeName
   #end

Since : 3.3.0

Attributes and methods
.fkName : String

Returns the name of the Foreign Key

.referencedAttributeName : String

Returns the name of the ATTRIBUTE referenced by the Foreign Key

.referencedColumnName : String

Returns the name of the COLUMN referenced by the Foreign Key

.referencedEntityName : String

Returns the name of the ENTITY referenced by the Foreign Key

.referencedTableName : String

Returns the name of the TABLE referenced by the Foreign Key