Previous Topic: %AttNameNext Topic: %AttPhysDatatype


%AttNullOption

Returns the null option, either NULL or NOT NULL of the current attribute.

Note: This macro is a legacy macro. Depending on your model type, we recommend that you use either %ColumnNullOption or %AttributeNullOption for new models. For more information on legacy macros and their related new macros, see the topic "Legacy Macros."

Syntax

%AttNullOption

Syntax Example

%ForEachAttribute() {

%AttName -> %AttNullOption

}

Expansion

master-number -> NOT NULL

movie-copy-number -> NULL

general-condition -> NULL

Usage

Classified as an Attribute macro.