Skip to main content

Ens.DTL.Trace

class Ens.DTL.Trace extends Ens.DTL.Action

This provides the ability to generate a trace message during execution of a data transformation

Property Inventory

Method Inventory

Parameters

parameter TAGNAME = trace;

Properties

property Value as %String;
This holds the value to assign to the property
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Methods

method Deserialize(pState As %String) as %Status
Fill in properties of this item from the serial string
method DisplayName() as %String
Provide a user readable string which names the activity
method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
method Serialize(pStream As %CharacterStream) as %Status
Serialize this transform for use by DTL editor
method Validate(ByRef pStatus As %Status, pContext As Ens.DTL.ValidationContext) as %Status
Inherited description: Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab