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.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|