Skip to main content

%Studio.WatchPoint

persistent class %Studio.WatchPoint extends %Library.Persistent, %XML.Adaptor

SQL Table Name: %Studio.WatchPoint

Represents a specific watchpoint for a Studio Project.

Property Inventory

Properties

property Condition as %String (MAXLEN = 256, XMLPROJECTION = "attribute");
Property methods: ConditionDisplayToLogical(), ConditionGet(), ConditionGetStored(), ConditionIsValid(), ConditionLogicalToDisplay(), ConditionLogicalToOdbc(), ConditionNormalize(), ConditionSet()
relationship Project as Project [ Required , Inverse = WatchPoints , Cardinality = parent ];
Property methods: ProjectGet(), ProjectGetObject(), ProjectGetObjectId(), ProjectGetStored(), ProjectGetSwizzled(), ProjectIsValid(), ProjectNewObject(), ProjectOnDelete(), ProjectRClose(), ProjectRExec(), ProjectRFetch(), ProjectRelate(), ProjectSQLCompute(), ProjectSet(), ProjectSetObject(), ProjectSetObjectId(), ProjectUnRelate(), ProjectUnSwizzle()
property Variable as %String (MAXLEN = 64, XMLPROJECTION = "attribute") [ Required ];
Property methods: VariableDisplayToLogical(), VariableGet(), VariableGetStored(), VariableIsValid(), VariableLogicalToDisplay(), VariableLogicalToOdbc(), VariableNormalize(), VariableSet()

Indexes

index (NameIdx on Variable) [IdKey, Type = key];
Index methods: NameIdxCheck(), NameIdxDelete(), NameIdxExists(), NameIdxOpen(), NameIdxSQLCheckUnique(), NameIdxSQLExists(), NameIdxSQLFindPKeyByConstraint(), NameIdxSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%Studio.WatchPoint)

{%%PARENT}("WP")(ID)
=
%%CLASSNAME
Condition
FeedbackOpens in a new tab