Previous Topic: %ColDomainNext Topic: %CollsPK


%CollsFK

A Boolean predicate that determines whether or not the current column is a foreign key member.

Syntax

%CollsFK

Syntax Example

%ForEachCol() {

%If(%ColIsFK) {

%ColName -> FK}

}

Expansion

master-number -> FK

Usage

Classified as an Attribute macro.