Previous Topic: %DomainNullOptionNext Topic: %DomainPhysDefault


%DomainPhysDatatype

Returns the physical datatype of the domain.

Syntax

%DomainPhysDatatype(<domain name>) or %DomainPhysDatatype

Syntax Example

%ForEachDomain() {

%DomainName

%DomainPhysDatatype

}

Expansion

varchar(10, int, char

Usage

Classified as a Constraint macro that you can use globally with an argument %DomainPhysDatatype(<domain name>) or %DomainPhysDatatype within the scope of a domain (for example, %ForEachDomain).