Skip to main content

%iKnow.TextTransformation.OutputKeyValue

deprecated serial class %iKnow.TextTransformation.OutputKeyValue extends %Library.SerialObject

This class represents a key-value pair identified when executing a TT model.

Property Inventory

Properties

Property methods: HeaderDisplayToLogical(), HeaderGet(), HeaderIsValid(), HeaderLogicalToDisplay(), HeaderLogicalToOdbc(), HeaderNormalize(), HeaderSet()
property Key as %String (MAXLEN = 1000);
Property methods: KeyDisplayToLogical(), KeyGet(), KeyIsValid(), KeyLogicalToDisplay(), KeyLogicalToOdbc(), KeyNormalize(), KeySet()
property Location as OutputLocation;
Property methods: LocationGet(), LocationGetObject(), LocationGetObjectId(), LocationGetSwizzled(), LocationIsEmpty(), LocationIsValid(), LocationNewObject(), LocationSet(), LocationSetObject(), LocationSetObjectId(), LocationUnSwizzle()
property Value as %String (MAXLEN = 2000);
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Indexes

index (HeaderIdx on Header);
index (KeyIdx on Key);

Inherited Members

Inherited Methods

FeedbackOpens in a new tab