Previous Topic: %ParentPKDecl()Next Topic: %PhysRelName


%ParentParamDecl()

Lists the columns of the parent table in the relationship followed by their datatypes.

Syntax

%ParentParamDecl(<old prefix>, <new prefix>)

Syntax Example

%ParentParamDecl(,new)

Expansion

new_master_number INTEGER,

new_movie_copy_number INTEGER,

new_general_condition VARCHAR(10)

Full Syntax

%ParentParamDecl(<old prefix>, <new prefix>, <separator>,<attribute/type separator>)

Full Syntax Example

%ParentParamDecl(,new,", ",IN))

Expansion

new_master_number IN INTEGER,

new_movie_copy_number IN INTEGER,

new_general_condition IN VARCHAR(10)

Usage

Classified as a Relationship macro that you can use in RI Override, Rel Override, %ForEachParentRel, %ForEachChildRel.