DbColumnType

Oracle datatype of the view column for an attribute

Syntax

DbColumnType "value";

Description

This should be specified only when the generated column type is not sufficient.

Normally, the column type is constructed from the declared attribute type. In some rare cases, this can be changed by setting this property.

attributes {
   public     Desc TEXT(40) AMIUL {
      DbColumnType "CLOB";
   }
}

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