Skip to main content

DDLFinal

Specify whether a class created by a DDL statement is final.

Synopsis

[SQL]    DDLFinal=n

n is either 1 or 0. The default value is 1.

Description

When DDLFinal is enabled (n = 1), a class created by a DDL CREATE TABLE statement is final, meaning it cannot have subclasses.

Changing This Parameter

To set the desired value for DDLFinal from the Terminal, use the SetOption(“DDLFinal”)Opens in a new tab method of the %SYSTEM.SQL.UtilOpens in a new tab class. See the class reference for details.

You can also change DDLFinal with the Config.SQLOpens in a new tab class (as described in the class reference) or by editing the CPF in a text editor (as described in Editing the Active CPF).

FeedbackOpens in a new tab