DbViewName

Name of the database view

Syntax

DbViewName "value";

Description

This should be specified only when the model identity name cannot be used to generate the view name.

Database view name is typically used in the generated code in SQL statements. When not explicitly specified, the text is generated from the model name by separating words with an underscore character, and finally the text is converted to uppercase. In some cases that could be a reserved word in Oracle or contain illegal characters.

codegenproperties {
   DbViewName "ACC_YEAR";
}

This page is generated from IFS Developer Studio at 2021-08-13 08:48.