Skip to main content

EnsLib.IWay.DSN.Response

Deprecated

Property Inventory

Parameters

parameter XMLNAME = response;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.

Properties

property TimeStmp as %String (MAXLEN = 35, XMLNAME = "timestamp");
Property methods: TimeStmpDisplayToLogical(), TimeStmpGet(), TimeStmpIsValid(), TimeStmpLogicalToDisplay(), TimeStmpLogicalToOdbc(), TimeStmpNormalize(), TimeStmpSet()
property error as %String (MAXLEN = 350, XMLNAME = "errormsg0");
Property methods: errorDisplayToLogical(), errorGet(), errorIsValid(), errorLogicalToDisplay(), errorLogicalToOdbc(), errorNormalize(), errorSet()
property execstatus as %String (MAXLEN = 50, XMLNAME = "execstatus") [ Required ];
Property methods: execstatusDisplayToLogical(), execstatusGet(), execstatusIsValid(), execstatusLogicalToDisplay(), execstatusLogicalToOdbc(), execstatusNormalize(), execstatusSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab