Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

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: CacheStorage (Config.Conversions)

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