%Dictionary.CompiledInstanceVar
Class %Dictionary.CompiledInstanceVar Extends (%Persistent, %Dictionary.CompiledInstanceVarQuery) [ StorageStrategy = custom, System = 2 ]
Parameters
SQLENABLED
Parameter SQLENABLED = 1;
Properties
parent
Relationship parent As %Dictionary.CompiledClass [ Cardinality = parent, Inverse = InstanceVars ];
Pointer to the containing parent object
%isDefined
Property %isDefined As %RawString [ MultiDimensional, Private, Transient ];
Stores the DEFINED state of each attribute.
CompilerGenerated
Property CompilerGenerated As %Boolean;
CompilerGenerated
Id
Property Id As %Integer;
Id
InheritedId
Property InheritedId As %Boolean;
InheritedId
InitialExpression
Property InitialExpression As %RawString;
InitialExpression
KeywordError
Property KeywordError As %Boolean;
KeywordError
KeywordModified
Property KeywordModified As %Boolean;
KeywordModified
Name
Property Name As %Dictionary.Identifier [ Required ];
Name
NotInheritable
Property NotInheritable As %Boolean;
NotInheritable
Origin
Property Origin As %RawString;
Origin
Triggers
OnInsertUpdate
Trigger OnInsertUpdate [ Event = INSERT/UPDATE ]
OnDelete
Trigger OnDelete [ Event = DELETE ]
Methods
%OnNew
Method %OnNew(name As %String) As %Status [ Private ]
%LockId
ClassMethod %LockId(id As %String, shared As %Boolean = 0, timeout As %Integer) As %Status
%UnlockId
ClassMethod %UnlockId(id As %String, shared As %Boolean = 0, immediate As %Boolean = 0) As %Status
%Exists
ClassMethod %Exists(oid As %ObjectIdentity) As %Boolean
%LoadData
Method %LoadData(id As %String) As %Status [ Private ]
%SaveData
Method %SaveData(id As %String) As %Status [ Private ]
%DeleteData
ClassMethod %DeleteData(id As %String, concurrency As %Integer) As %Status [ Private ]
parentOnDelete
ClassMethod parentOnDelete(id As %String, concurrency As %Integer) As %Status