Generator version : 3.1.0
This object provides all information about a database foreign key column
Since : 2.0.7
Example :
#foreach( $fkcol in $fk.columns )
$fkcol.columnName - $fkcol.targetColumnName
#end
| 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) |