Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [extensions] >  [modelling] >  [conf] >  [Sequence]
Private  Storage   

serial class %DeepSee.extensions.modelling.conf.Sequence extends %SerialObject, Operator

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 11


Summary

Properties
AttributeValuesColumn CorrespondenceColumn CorrespondenceType IgnoreInvalidAttributes
InputTable InsertOnly InstanceIdColumn OutcomeColumn
OutputClass SQL SourceClass type

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%ConstructClone %Delete %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Extends %GetParameter
%GetSwizzleObject %IsA %IsModified %IsNull
%New %NormalizeObject %ObjectIsNull %ObjectModified
%OnBeforeAddToSync %OnDetermineClass %Open %OpenId
%OriginalNamespace %PackageName %RemoveFromSaveSet %ResolveConcurrencyConflict
%SerializeObject %SetModified %SyncObjectIn %SyncTransport
%ValidateObject GetApplyMethod GetImplementingClass GetSetConfigMethod
LogicalToOdbc OdbcToLogical XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Parameters

• parameter APPLYMETHOD = "populate";
• parameter IMPLEMENTINGCLASS = "%DeepSee.extensions.modelling.ReadSequence";

Properties

• property AttributeValuesColumn as %String;
• property CorrespondenceColumn as %String [ InitialExpression = "Contribution" ];
• property CorrespondenceType as %String(VALUELIST=",frequency,spread,contrib,value") [ InitialExpression = "spread" ];
• property IgnoreInvalidAttributes as %Boolean [ InitialExpression = 0 ];
• property InputTable as %String;
• property InsertOnly as %Boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 1 ];
If InsertOnly is true, the sequence operation will insert new records without checking if one already exists for the Instance ID in the retrieved resultset. This requires the resultset to be sorted by Instance ID !
• property InstanceIdColumn as %String;
• property OutcomeColumn as %String;
• property OutputClass as %String;
• property SQL as %String(MAXLEN=1024);
• property type as %EnumString(VALUELIST=",ResultSet,table,array,sql",XMLPROJECTION="ATTRIBUTE");


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.