Skip to main content

%WebStress.Iterations

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

SQL Table Name: %WebStress.Iterations

Property Inventory

Properties

property Number as %Integer;
Property methods: NumberDisplayToLogical(), NumberGet(), NumberIsValid(), NumberLogicalToDisplay(), NumberNormalize(), NumberSet(), NumberXSDToLogical()
property RunID as %Integer [ Required ];
Property methods: RunIDDisplayToLogical(), RunIDGet(), RunIDIsValid(), RunIDLogicalToDisplay(), RunIDNormalize(), RunIDSet(), RunIDXSDToLogical()
property ScriptID as %Integer [ Required ];
Property methods: ScriptIDDisplayToLogical(), ScriptIDGet(), ScriptIDIsValid(), ScriptIDLogicalToDisplay(), ScriptIDNormalize(), ScriptIDSet(), ScriptIDXSDToLogical()
property Seconds as %Integer;
Property methods: SecondsDisplayToLogical(), SecondsGet(), SecondsIsValid(), SecondsLogicalToDisplay(), SecondsNormalize(), SecondsSet(), SecondsXSDToLogical()
property SystemIdentifier as %String (MAXLEN = 200) [ Required ];
Property methods: SystemIdentifierDisplayToLogical(), SystemIdentifierGet(), SystemIdentifierIsValid(), SystemIdentifierLogicalToDisplay(), SystemIdentifierLogicalToOdbc(), SystemIdentifierNormalize(), SystemIdentifierSet()
property TestID as %Integer [ Required ];
Property methods: TestIDDisplayToLogical(), TestIDGet(), TestIDIsValid(), TestIDLogicalToDisplay(), TestIDNormalize(), TestIDSet(), TestIDXSDToLogical()

Indexes

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

Inherited Members

Inherited Methods

Storage

Storage Model: CacheSQLStorage

Maps: 1

  • Map number 1 is named Master

    thismap.Global: ^WebStress.Iterations

  • ^WebStress.Iterations({TestID},{RunID},{SystemIdentifier},{ScriptID})
    =
    Node Delimiter Piece Name
    "I" "^" 1 Number
    "S" "^" 1 Seconds
FeedbackOpens in a new tab