DbObjversionStyle

The type of objversion used for database table

Syntax

DbObjversionStyle "value";

Value Description
timestamp Current date and time is used as objversion.
number A sequence number is used as objversion.
custom The objversion is customized in the implementation code. Enter the name of the column that represents the real objversion. Custom types will not be considered in PL/SQL implementation test.
none No objkey is used.

Description

This flag determines how the database code for objversion should be generated.

codegenproperties {
   DbObjversionStyle "number";
}

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