$fkcol

( documentation for Telosys generator version 3.3.0 )


This object provides all information about a database foreign key column


Example :
   
   #foreach( $fkcol in $fk.columns )
    $fkcol.columnName - $fkcol.targetColumnName
   #end

Since : 2.0.7

Attributes and methods
.columnName : String

Returns the name of the column

.referencedColumnName : String

Returns the name of the referenced column

.sequence : int

Returns the sequence of the column (position in the foreign key)