DbImplementation

Type of implementation for database files

Syntax

DbImplementation "value";

Value Description
default No additional features.
lookup Both regular and lookup methods are generated.
read-only Only a read-only version is generated for this model.
micro-cache A single value micro-cache is generated and used for Get-methods.
micro-cache-array A micro-cache array is generated and used for Get-methods.
install-system-data A method for loading system data at install time.
make-company A set of methods to support the Make_Company interface is generated.
make-company-abstract Same as make-company, but Export/Import/Copy are not generated.
abstract No Base-methods are generated for this model.
none No database code is generated for this model.

Description

This flag specifies additional features that are generated.

More the one value can be listed. Use a comma to separate each setting.

codegenproperties {
   DbImplementation "make-company,micro-cache";
}

Note:   This setting is obsolete for enumerations in IFS Applications 9. It can only be used in IFS Applications 7.5 and 8.


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