DbTableName

Name of the database table

Syntax

DbTableName "value";

Description

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

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

codegenproperties {
   DbTableName "INQUIRY_TAB";
}

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