Lists the foreign key columns and datatypes of the child table in the relationship.
Syntax
%ChildFKDecl(<old prefix>, <new prefix>)
Syntax Example
%ChildFKDecl(,new)
Expansion
new_master_number INTEGER,
new_movie_copy_number INTEGER
Full Syntax
%ChildFKDecl(<old prefix>, <new prefix>,<separator>,<attribute/type separator>)
Full Syntax Example
%ChildFKDecl(,new,", ",IN)
Expansion
new_master_number IN INTEGER,
new_movie_copy_number IN INTEGER
Usage
Classified as a Relationship macro that you can use in a trigger header, and RI or Rel Override.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|