Skip to main content

%DeepSee.extensions.modelling.conf.Sequence

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

Property Inventory

Parameters

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

Properties

property AttributeValuesColumn as %String;
Property methods: AttributeValuesColumnDisplayToLogical(), AttributeValuesColumnGet(), AttributeValuesColumnIsValid(), AttributeValuesColumnLogicalToDisplay(), AttributeValuesColumnLogicalToOdbc(), AttributeValuesColumnNormalize(), AttributeValuesColumnSet()
property CorrespondenceColumn as %String [ InitialExpression = "Contribution" ];
Property methods: CorrespondenceColumnDisplayToLogical(), CorrespondenceColumnGet(), CorrespondenceColumnIsValid(), CorrespondenceColumnLogicalToDisplay(), CorrespondenceColumnLogicalToOdbc(), CorrespondenceColumnNormalize(), CorrespondenceColumnSet()
property CorrespondenceType as %String (VALUELIST = ",frequency,spread,contrib,value") [ InitialExpression = "spread" ];
Property methods: CorrespondenceTypeDisplayToLogical(), CorrespondenceTypeGet(), CorrespondenceTypeIsValid(), CorrespondenceTypeLogicalToDisplay(), CorrespondenceTypeLogicalToOdbc(), CorrespondenceTypeNormalize(), CorrespondenceTypeSet()
property IgnoreInvalidAttributes as %Boolean [ InitialExpression = 0 ];
Property methods: IgnoreInvalidAttributesDisplayToLogical(), IgnoreInvalidAttributesGet(), IgnoreInvalidAttributesIsValid(), IgnoreInvalidAttributesLogicalToDisplay(), IgnoreInvalidAttributesLogicalToXSD(), IgnoreInvalidAttributesNormalize(), IgnoreInvalidAttributesSet(), IgnoreInvalidAttributesXSDToLogical()
property InputTable as %String;
Property methods: InputTableDisplayToLogical(), InputTableGet(), InputTableIsValid(), InputTableLogicalToDisplay(), InputTableLogicalToOdbc(), InputTableNormalize(), InputTableSet()
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 methods: InsertOnlyDisplayToLogical(), InsertOnlyGet(), InsertOnlyIsValid(), InsertOnlyLogicalToDisplay(), InsertOnlyLogicalToXSD(), InsertOnlyNormalize(), InsertOnlySet(), InsertOnlyXSDToLogical()
property InstanceIdColumn as %String;
Property methods: InstanceIdColumnDisplayToLogical(), InstanceIdColumnGet(), InstanceIdColumnIsValid(), InstanceIdColumnLogicalToDisplay(), InstanceIdColumnLogicalToOdbc(), InstanceIdColumnNormalize(), InstanceIdColumnSet()
property OutcomeColumn as %String;
Property methods: OutcomeColumnDisplayToLogical(), OutcomeColumnGet(), OutcomeColumnIsValid(), OutcomeColumnLogicalToDisplay(), OutcomeColumnLogicalToOdbc(), OutcomeColumnNormalize(), OutcomeColumnSet()
property OutputClass as %String;
Property methods: OutputClassDisplayToLogical(), OutputClassGet(), OutputClassIsValid(), OutputClassLogicalToDisplay(), OutputClassLogicalToOdbc(), OutputClassNormalize(), OutputClassSet()
property SQL as %String (MAXLEN = 1024);
Property methods: SQLDisplayToLogical(), SQLGet(), SQLIsValid(), SQLLogicalToDisplay(), SQLLogicalToOdbc(), SQLNormalize(), SQLSet()
property type as %EnumString (VALUELIST = ",ResultSet,table,array,sql", XMLPROJECTION = "ATTRIBUTE");
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeOdbcToLogical(), typeSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab