Previous Topic: %DatabaseEventNext Topic: %DatatypeScale()


%DatatypeName()

Returns the name of the datatype.

Syntax

%DatatypeName()

Syntax Example

%ForEachColumn(%Tablename,", ") {

%DatatypeName(%ColumnPhysDatatype)

}

Expansion

varchar

Usage

Classified as a Miscellaneous macro.