Skip to main content

%Studio.BreakPoint

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

SQL Table Name: %Studio.BreakPoint

Represents a specific breakpoint 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()
property Offset as %String (MAXLEN = 256, XMLPROJECTION = "attribute") [ Required ];
Property methods: OffsetDisplayToLogical(), OffsetGet(), OffsetGetStored(), OffsetIsValid(), OffsetLogicalToDisplay(), OffsetLogicalToOdbc(), OffsetNormalize(), OffsetSet()
relationship Project as Project [ Required , Inverse = BreakPoints , Cardinality = parent ];
Property methods: ProjectGet(), ProjectGetObject(), ProjectGetObjectId(), ProjectGetStored(), ProjectGetSwizzled(), ProjectIsValid(), ProjectNewObject(), ProjectOnDelete(), ProjectRClose(), ProjectRExec(), ProjectRFetch(), ProjectRelate(), ProjectSQLCompute(), ProjectSet(), ProjectSetObject(), ProjectSetObjectId(), ProjectUnRelate(), ProjectUnSwizzle()
property Routine as %String (MAXLEN = 64, XMLPROJECTION = "attribute") [ Required ];
Property methods: RoutineDisplayToLogical(), RoutineGet(), RoutineGetStored(), RoutineIsValid(), RoutineLogicalToDisplay(), RoutineLogicalToOdbc(), RoutineNormalize(), RoutineSet()

Indexes

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

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%Studio.BreakPoint)

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