%DeepSee.extensions.modelling.conf.Sequence
serial class %DeepSee.extensions.modelling.conf.Sequence extends %Library.SerialObject, %DeepSee.extensions.modelling.conf.Operator
Property Inventory
- AttributeValuesColumn
- CorrespondenceColumn
- CorrespondenceType
- IgnoreInvalidAttributes
- InputTable
- InsertOnly
- InstanceIdColumn
- OutcomeColumn
- OutputClass
- SQL
- type
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
- %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()