DbGetMethodNameDb

Name of the PL/SQL Get_Attribute_Name_Db method

Syntax

DbGetMethodNameDb "value";

Description

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

For each public attribute of type ENUMERATION, a Get_Xxxx_Db method is generated. The name of this method is formed by Prefixing 'Get_' to a version of the attribute name with an added underscore between each word. For example, attribute name 'MyLateNightOutingType' will generate a 'Get_My_Late_Night_Outing_Type_Db' method.

Sometimes the generated name will be too long, since Oracle only allows 30 characters for a method name. In that case this property needs to be set. It can also be used when another name is better.

attributes {
   public     TimrepTimeBase ENUMERATION(TimrepTimeBase) AMIU- {
      DbGetMethodNameDb "Get_Base_Timrep_Time_Db";
   }
}

Related Properties


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