Skip to main content

Config.Conversions

persistent class Config.Conversions extends %Library.Persistent, Config.CommonSingleMethods, Config.CommonProperties, %SYSTEM.Help

SQL Table Name: Config.Conversions

This class contains information about the conversions carried out on the CPf file when either the system is upgraded, or the Config.CPF.Convert() method is run on a CPF file.
Conversion details are stored as comments in the CPF file in this section.
These comments can be removed or edited at any time.

Property Inventory

Properties

property LastConvertTime as %String (MAXLEN = 32, MINLEN = 1) [ InitialExpression = $zdatetime($h,3) , Required ];
Last time the CPF file was converted.
Property methods: LastConvertTimeDisplayToLogical(), LastConvertTimeGet(), LastConvertTimeGetStored(), LastConvertTimeIsValid(), LastConvertTimeLogicalToDisplay(), LastConvertTimeLogicalToOdbc(), LastConvertTimeNormalize(), LastConvertTimeSet()

Indexes

index (CPFNameSectionHeaderName on CPFName,SectionHeader,Name) [IdKey, Type = key, Unique];
Index methods: CPFNameSectionHeaderNameCheck(), CPFNameSectionHeaderNameDelete(), CPFNameSectionHeaderNameExists(), CPFNameSectionHeaderNameOpen(), CPFNameSectionHeaderNameSQLCheckUnique(), CPFNameSectionHeaderNameSQLExists(), CPFNameSectionHeaderNameSQLFindPKeyByConstraint(), CPFNameSectionHeaderNameSQLFindRowIDByConstraint()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Storage Model: Storage (Config.Conversions)

^|"^^"_$ZU(12)|SYS("CONFIG")(ID)
=
%%CLASSNAME
Comments
LastConvertTime
FeedbackOpens in a new tab