Skip to main content

DDLSQLOnlyCompile

Enable/disable an SQL-only compile.

Synopsis

[SQL]    DDLSQLOnlyCompile=n

Description

The value n may be 1 or 0:

  • When 1 (true), any class compilation performed as a result of executing a DDL statement compiles the class with the q (sqlonly) flag.

  • When 0 (false), the q flag is not used.

Examples

DDLSQLOnlyCompile=0

Range of Values

0 or 1. The default is 0.

Management Portal

No equivalent.

FeedbackOpens in a new tab