Skip to main content

%WebStress.Errors

persistent class %WebStress.Errors extends %Library.Persistent, %XML.Adaptor

SQL Table Name: %WebStress.Errors

Property Inventory

Properties

property ErrorNumber as %Integer [ Required ];
Property methods: ErrorNumberDisplayToLogical(), ErrorNumberGet(), ErrorNumberGetStored(), ErrorNumberIsValid(), ErrorNumberLogicalToDisplay(), ErrorNumberNormalize(), ErrorNumberSet(), ErrorNumberXSDToLogical()
property ErrorStatus as %Integer (DISPLAYLIST = ",OK,Warning,Fatal", VALUELIST = ",0,1,2") [ Required ];
Property methods: ErrorStatusDisplayToLogical(), ErrorStatusGet(), ErrorStatusGetStored(), ErrorStatusIsValid(), ErrorStatusLogicalToDisplay(), ErrorStatusNormalize(), ErrorStatusSet(), ErrorStatusXSDToLogical()
property ErrorTS as %TimeStamp [ InitialExpression = $zdt($horolog,3) ];
Property methods: ErrorTSDisplayToLogical(), ErrorTSGet(), ErrorTSGetStored(), ErrorTSIsValid(), ErrorTSLogicalToDisplay(), ErrorTSLogicalToXSD(), ErrorTSNormalize(), ErrorTSOdbcToLogical(), ErrorTSSet(), ErrorTSXSDToLogical()
property ErrorText as %String (MAXLEN = 255, TRUNCATE = 1);
Property methods: ErrorTextDisplayToLogical(), ErrorTextGet(), ErrorTextGetStored(), ErrorTextIsValid(), ErrorTextLogicalToDisplay(), ErrorTextLogicalToOdbc(), ErrorTextNormalize(), ErrorTextSet()
property Process as %String (TRUNCATE = 1);
Property methods: ProcessDisplayToLogical(), ProcessGet(), ProcessGetStored(), ProcessIsValid(), ProcessLogicalToDisplay(), ProcessLogicalToOdbc(), ProcessNormalize(), ProcessSet()
property RunID as %Integer [ Required ];
Property methods: RunIDDisplayToLogical(), RunIDGet(), RunIDGetStored(), RunIDIsValid(), RunIDLogicalToDisplay(), RunIDNormalize(), RunIDSet(), RunIDXSDToLogical()
property ScriptID as %Integer [ Required ];
Property methods: ScriptIDDisplayToLogical(), ScriptIDGet(), ScriptIDGetStored(), ScriptIDIsValid(), ScriptIDLogicalToDisplay(), ScriptIDNormalize(), ScriptIDSet(), ScriptIDXSDToLogical()
property Session as %Integer;
Property methods: SessionDisplayToLogical(), SessionGet(), SessionGetStored(), SessionIsValid(), SessionLogicalToDisplay(), SessionNormalize(), SessionSet(), SessionXSDToLogical()
property SystemIdentifier as %String (MAXLEN = 200) [ Required ];
Property methods: SystemIdentifierDisplayToLogical(), SystemIdentifierGet(), SystemIdentifierGetStored(), SystemIdentifierIsValid(), SystemIdentifierLogicalToDisplay(), SystemIdentifierLogicalToOdbc(), SystemIdentifierNormalize(), SystemIdentifierSet()
property TestID as %Integer [ Required ];
Property methods: TestIDDisplayToLogical(), TestIDGet(), TestIDGetStored(), TestIDIsValid(), TestIDLogicalToDisplay(), TestIDNormalize(), TestIDSet(), TestIDXSDToLogical()
property URLNumber as %Integer;
Property methods: URLNumberDisplayToLogical(), URLNumberGet(), URLNumberGetStored(), URLNumberIsValid(), URLNumberLogicalToDisplay(), URLNumberNormalize(), URLNumberSet(), URLNumberXSDToLogical()
property URLPath as %String (MAXLEN = 255, TRUNCATE = 1);
Property methods: URLPathDisplayToLogical(), URLPathGet(), URLPathGetStored(), URLPathIsValid(), URLPathLogicalToDisplay(), URLPathLogicalToOdbc(), URLPathNormalize(), URLPathSet()
property URLVerb as %String (TRUNCATE = 1);
Property methods: URLVerbDisplayToLogical(), URLVerbGet(), URLVerbGetStored(), URLVerbIsValid(), URLVerbLogicalToDisplay(), URLVerbLogicalToOdbc(), URLVerbNormalize(), URLVerbSet()

Queries

query ShowAll()
SQL Query:
SELECT ID,ErrorStatus,ErrorText,Process,RunID,ScriptID,SystemIdentifier,TestID,URLNumber,URLPath,URLVerb,ErrorTS FROM Errors

Indexes

index (Main on TestID,RunID,ScriptID,SystemIdentifier,ErrorStatus,ErrorNumber) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: MainCheck(), MainDelete(), MainExists(), MainOpen(), MainSQLCheckUnique(), MainSQLExists(), MainSQLFindPKeyByConstraint(), MainSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%WebStress.Errors)

^WebStress.ErrorsD(ID)
=
%%CLASSNAME
ErrorText
Process
Session
URLNumber
URLPath
URLVerb
ErrorTS
FeedbackOpens in a new tab