Previous Topic: %NK()Next Topic: %New


%NKDecl()

Lists the non-key columns of the trigger table followed by their datatypes.

Syntax

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

Syntax Example

%NKDecl(,new)

Expansion

new_general_condition VARCHAR(10)

Full Syntax

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

Full Syntax Example

%NKDecl(,new,", ",IN)

Expansion

new_general_condition IN VARCHAR(10)

Usage

Classified as an Entity macro that you can use to create a Trigger Override in the Table Trigger Editor (Triggers dialog).