Previous Topic: %CollsFKNext Topic: %ColName


%CollsPK

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

Syntax

%CollsPK

Syntax Example

%ForEachCol() {

%If(%ColIsPK) {

%ColName -> PK}

}

Expansion

master-number -> PK

movie-copy-number -> PK

Usage

Classified as an Attribute macro.