Skip to main content

%Dictionary.CompiledProperty

persistent class %Dictionary.CompiledProperty extends %Library.Persistent, %Dictionary.CompiledPropertyQuery

SQL Table Name: %Dictionary.CompiledProperty

Property Inventory

Method Inventory

Parameters

parameter SQLENABLED = 1;

Properties

property Aliases as %RawString;
List of aliases for this property.
Property methods: AliasesGet(), AliasesIsValid()
property Calculated as %Boolean;
Specifies that the property has no in-memory storage allocated for it when the object containing it is instantiated.
Property methods: CalculatedDisplayToLogical(), CalculatedGet(), CalculatedIsValid(), CalculatedLogicalToDisplay(), CalculatedNormalize()
property Cardinality as %RawString;
Specifies the cardinality of a relationship property. The Cardinality keyword is required for relationship properties. It is ignored by non-relationship properties.
Property methods: CardinalityGet(), CardinalityIsValid()
property ClientName as %RawString;
ClientName
Property methods: ClientNameGet(), ClientNameIsValid()
property Collection as %RawString;
Specifies that a property is a collection property as well as what type of collection it is.
Property methods: CollectionGet(), CollectionIsValid()
property CompilerGenerated as %Boolean;
CompilerGenerated
Property methods: CompilerGeneratedDisplayToLogical(), CompilerGeneratedGet(), CompilerGeneratedIsValid(), CompilerGeneratedLogicalToDisplay(), CompilerGeneratedNormalize(), CompilerGeneratedSet()
property ComputeDependency as %RawString;
List of properties referenced by the SQLCOMPUTECODE.
Property methods: ComputeDependencyGet(), ComputeDependencyIsValid(), ComputeDependencySet()
property ComputeTriggers as %RawString;
List of properties to be computed when this property changes.
Property methods: ComputeTriggersGet(), ComputeTriggersIsValid(), ComputeTriggersSet()
property Deprecated as %Boolean;
True if this property is deprecated.
Property methods: DeprecatedDisplayToLogical(), DeprecatedGet(), DeprecatedIsValid(), DeprecatedLogicalToDisplay(), DeprecatedNormalize()
property Description as %RawString;
Specifies a description of the property.
Property methods: DescriptionGet(), DescriptionIsValid()
property DirectRefOnGet as %Boolean;
Deprecated
Property methods: DirectRefOnGetDisplayToLogical(), DirectRefOnGetGet(), DirectRefOnGetIsValid(), DirectRefOnGetLogicalToDisplay(), DirectRefOnGetNormalize(), DirectRefOnGetSet()
property DirectRefOnSet as %Boolean;
Deprecated
Property methods: DirectRefOnSetDisplayToLogical(), DirectRefOnSetGet(), DirectRefOnSetIsValid(), DirectRefOnSetLogicalToDisplay(), DirectRefOnSetNormalize(), DirectRefOnSetSet()
property Final as %Boolean;
Specifies that subclasses cannot override the definition of this property.
Property methods: FinalDisplayToLogical(), FinalGet(), FinalIsValid(), FinalLogicalToDisplay(), FinalNormalize()
property Id as %Integer;
Id
Property methods: IdDisplayToLogical(), IdGet(), IdIsValid(), IdLogicalToDisplay(), IdNormalize(), IdSet()
property Identity as %Boolean [ SqlFieldName = _Identity ];
Specifies that this property is the identity for this class. Identity properties can be set in new objects only and the default is set by incrementing a counter.
Property methods: IdentityDisplayToLogical(), IdentityGet(), IdentityIsValid(), IdentityLogicalToDisplay(), IdentityNormalize()
property InheritedId as %Boolean;
InheritedId
Property methods: InheritedIdDisplayToLogical(), InheritedIdGet(), InheritedIdIsValid(), InheritedIdLogicalToDisplay(), InheritedIdNormalize(), InheritedIdSet()
property InitialExpression as %RawString;
Specifies an initial value for the property.
Property methods: InitialExpressionGet(), InitialExpressionIsValid()
property Internal as %Boolean;
If true, then do not display this item in automatic documentation.
Property methods: InternalDisplayToLogical(), InternalGet(), InternalIsValid(), InternalLogicalToDisplay(), InternalNormalize()
property Inverse as %RawString;
Specifies the name of the inverse side of a relationship. That is, the name of the corresponding relationship property in the related class. The inverse property must exist in the related class and have the correct Cardinality value. The Inverse keyword is required for relationship properties. It is ignored by non-relationship properties.
Property methods: InverseGet(), InverseIsValid()
property KeywordError as %Boolean;
KeywordError
Property methods: KeywordErrorDisplayToLogical(), KeywordErrorGet(), KeywordErrorIsValid(), KeywordErrorLogicalToDisplay(), KeywordErrorNormalize(), KeywordErrorSet()
property KeywordModified as %Boolean;
KeywordModified
Property methods: KeywordModifiedDisplayToLogical(), KeywordModifiedGet(), KeywordModifiedIsValid(), KeywordModifiedLogicalToDisplay(), KeywordModifiedNormalize(), KeywordModifiedSet()
relationship Methods as array of %Dictionary.CompiledPropertyMethod [ InitialExpression = $listbuild("%Dictionary.CompiledPropertyMethod","parent",+$this,"children",1,1) , Transient , Inverse = parent , Cardinality = children ];
Method
Property methods: MethodsGet(), MethodsGetObject(), MethodsGetObjectId(), MethodsGetSwizzled(), MethodsIsEmpty(), MethodsIsValid(), MethodsNewObject(), MethodsRClose(), MethodsRExec(), MethodsRFetch(), MethodsRelate(), MethodsSQLCompute(), MethodsSet(), MethodsUnRelate()
property MultiDimensional as %Boolean;
Specifies that an attribute has the characteristics of a multidimensional array.
Property methods: MultiDimensionalDisplayToLogical(), MultiDimensionalGet(), MultiDimensionalIsValid(), MultiDimensionalLogicalToDisplay(), MultiDimensionalNormalize()
property Name as %Dictionary.Identifier [ Required ];
The name of the property.
Property methods: NameGet(), NameIsValid()
property NoModBit as %Boolean;
Deprecated.
Property methods: NoModBitDisplayToLogical(), NoModBitGet(), NoModBitIsValid(), NoModBitLogicalToDisplay(), NoModBitNormalize()
property NotInheritable as %Boolean;
Deprecated.
Property methods: NotInheritableDisplayToLogical(), NotInheritableGet(), NotInheritableIsValid(), NotInheritableLogicalToDisplay(), NotInheritableNormalize()
property OnDelete as %RawString;
Specifies what referential action to take when the key value is deleted from the foreign table.
Property methods: OnDeleteGet(), OnDeleteIsValid()
property Origin as %RawString;
Origin
Property methods: OriginGet(), OriginIsValid(), OriginSet()
property Parameters as array of %RawString;
Parameter
Property methods: ParametersBuildValueArray(), ParametersCollectionToDisplay(), ParametersCollectionToOdbc(), ParametersDisplayToCollection(), ParametersGet(), ParametersGetObject(), ParametersGetObjectId(), ParametersGetSwizzled(), ParametersIsValid(), ParametersOdbcToCollection(), ParametersSet(), ParametersSetObject(), ParametersSetObjectId()
property Private as %Boolean;
Specifies that the property is private. Private properties can only be used by instance methods of this class or its subclasses.
Property methods: PrivateDisplayToLogical(), PrivateGet(), PrivateIsValid(), PrivateLogicalToDisplay(), PrivateNormalize()
property ReadOnly as %Boolean;
Specifies that the property is readonly.
Property methods: ReadOnlyDisplayToLogical(), ReadOnlyGet(), ReadOnlyIsValid(), ReadOnlyLogicalToDisplay(), ReadOnlyNormalize()
property Relationship as %Boolean;
Specifies that a property is a relationship property.
Property methods: RelationshipDisplayToLogical(), RelationshipGet(), RelationshipIsValid(), RelationshipLogicalToDisplay(), RelationshipNormalize()
property Required as %Boolean;
In the case of a persistent class, specifies that the value of the property must be given a value before it can be stored to disk.
Property methods: RequiredDisplayToLogical(), RequiredGet(), RequiredIsValid(), RequiredLogicalToDisplay(), RequiredNormalize()
property RuntimeType as %RawString;
RuntimeType
Property methods: RuntimeTypeGet(), RuntimeTypeIsValid(), RuntimeTypeSet()
property SequenceNumber as %Integer;
SequenceNumber
Property methods: SequenceNumberDisplayToLogical(), SequenceNumberGet(), SequenceNumberIsValid(), SequenceNumberLogicalToDisplay(), SequenceNumberNormalize()
property ServerOnly as %RawString;
Specifies that a property will not be projected to a Java or C++ client.
Property methods: ServerOnlyGet(), ServerOnlyIsValid()
property SqlCollation as %RawString;
Deprecated.
Property methods: SqlCollationGet(), SqlCollationIsValid()
property SqlColumnNumber as %RawString;
Explicitly sets the SQL Column number for this property. This is provided for legacy application support.
Property methods: SqlColumnNumberGet(), SqlColumnNumberIsValid()
property SqlComputeCode as %RawString;
Specifies ObjectScript code that evaluates to a computed field value.
Property methods: SqlComputeCodeGet(), SqlComputeCodeIsValid()
property SqlComputeOnChange as %RawString;
Specifies one or more properties whose modification triggers the recalculation of this computed field within SQL.
Property methods: SqlComputeOnChangeGet(), SqlComputeOnChangeIsValid()
property SqlComputed as %Boolean;
Specifies that this property is an SQL computed field.
Property methods: SqlComputedDisplayToLogical(), SqlComputedGet(), SqlComputedIsValid(), SqlComputedLogicalToDisplay(), SqlComputedNormalize()
property SqlFieldName as %RawString;
In the case of a persistent class, specifies the column name used to identify the property in its SQL projection. By default, the SQL column name is the same as the property name.
Property methods: SqlFieldNameGet(), SqlFieldNameIsValid()
property SqlListDelimiter as %RawString;
Specifies the delimiter character used within SQL for lists. This is provided for legacy application support.
Property methods: SqlListDelimiterGet(), SqlListDelimiterIsValid()
property SqlListType as %RawString;
specifies the representation to be used for a list.
Property methods: SqlListTypeGet(), SqlListTypeIsValid()
property Storable as %Boolean;
Storable
Property methods: StorableDisplayToLogical(), StorableGet(), StorableIsValid(), StorableLogicalToDisplay(), StorableNormalize(), StorableSet()
property Transient as %Boolean;
In the case of a persistent class, specifies that the property is not stored in the database.
Property methods: TransientDisplayToLogical(), TransientGet(), TransientIsValid(), TransientLogicalToDisplay(), TransientNormalize()
property Type as %Dictionary.Classname;
Specifies the name of the class associated with the property, which can be a data type class, a persistent class, or an embeddable serial class.
Property methods: TypeGet(), TypeIsValid()
relationship UDLTexts as array of %Dictionary.CompiledPropertyUDLText [ InitialExpression = $listbuild("%Dictionary.CompiledPropertyUDLText","parent",+$this,"children",1,1) , Transient , Inverse = parent , Cardinality = children ];
UDLText
Property methods: UDLTextsGet(), UDLTextsGetObject(), UDLTextsGetObjectId(), UDLTextsGetSwizzled(), UDLTextsIsEmpty(), UDLTextsIsValid(), UDLTextsNewObject(), UDLTextsRClose(), UDLTextsRExec(), UDLTextsRFetch(), UDLTextsRelate(), UDLTextsSQLCompute(), UDLTextsSet(), UDLTextsUnRelate()
relationship parent as %Dictionary.CompiledClass [ Required , Inverse = Properties , Cardinality = parent ];
Pointer to the containing parent object
Property methods: parentGet(), parentGetObject(), parentGetObjectId(), parentGetSwizzled(), parentIsValid(), parentNewObject(), parentRClose(), parentRExec(), parentRFetch(), parentRelate(), parentSQLCompute(), parentSet(), parentSetObject(), parentSetObjectId(), parentUnRelate(), parentUnSwizzle()

Methods

classmethod %Exists(oid As %ObjectIdentity) as %Boolean
Inherited description: Checks to see if the object identified by the OID oid exists in the extent.

Returns %Boolean TRUE if it exists, FALSE if it does not.

classmethod %LockId(id As %String, shared As %Boolean = 0, timeout As %Integer) as %Status
Inherited description: Obtain an exclusive or shared lock on the object identified by id. The type of lock obtained is determined by shared. This method is normally generated by the storage class for persistent classes using %Storage.Persistent or %Storage.SQL.
classmethod %UnlockId(id As %String, shared As %Boolean = 0, immediate As %Boolean = 0) as %Status
Inherited description: Release an exclusive or shared lock on the object identified by id. The type of lock released is determined by shared. If this method is not overridden then the default implementation returns an error. This method is normally generated by the storage class for persistent classes using %Storage.Persistent or %Storage.SQL.
method AliasesIsDefined() as %Boolean
method AliasesReset()
method AliasesSet(value As %String = "") as %Status
method CalculatedIsDefined() as %Boolean
method CalculatedReset()
method CalculatedSet(value As %String = "") as %Status
method CardinalityIsDefined() as %Boolean
method CardinalityReset()
method CardinalitySet(value As %String = "") as %Status
method ClientNameIsDefined() as %Boolean
method ClientNameReset()
method ClientNameSet(value As %String = "") as %Status
method CollectionIsDefined() as %Boolean
method CollectionReset()
method CollectionSet(value As %String = "") as %Status
method DeprecatedIsDefined() as %Boolean
method DeprecatedReset()
method DeprecatedSet(value As %String = "") as %Status
method DescriptionIsDefined() as %Boolean
method DescriptionReset()
method DescriptionSet(value As %String = "") as %Status
method FinalIsDefined() as %Boolean
method FinalReset()
method FinalSet(value As %String = "") as %Status
method IdentityIsDefined() as %Boolean
method IdentityReset()
method IdentitySet(value As %String = "") as %Status
method InitialExpressionIsDefined() as %Boolean
method InitialExpressionReset()
method InitialExpressionSet(value As %String = "") as %Status
method InternalIsDefined() as %Boolean
method InternalReset()
method InternalSet(value As %String = "") as %Status
method InverseIsDefined() as %Boolean
method InverseReset()
method InverseSet(value As %String = "") as %Status
method MultiDimensionalIsDefined() as %Boolean
method MultiDimensionalReset()
method MultiDimensionalSet(value As %String = "") as %Status
method NameIsDefined() as %Boolean
method NameReset()
method NameSet(value As %String = "") as %Status
method NoModBitIsDefined() as %Boolean
method NoModBitReset()
method NoModBitSet(value As %String = "") as %Status
method NotInheritableIsDefined() as %Boolean
method NotInheritableReset()
method NotInheritableSet(value As %String = "") as %Status
method OnDeleteIsDefined() as %Boolean
method OnDeleteReset()
method OnDeleteSet(value As %String = "") as %Status
method PrivateIsDefined() as %Boolean
method PrivateReset()
method PrivateSet(value As %String = "") as %Status
method ReadOnlyIsDefined() as %Boolean
method ReadOnlyReset()
method ReadOnlySet(value As %String = "") as %Status
method RelationshipIsDefined() as %Boolean
method RelationshipReset()
method RelationshipSet(value As %String = "") as %Status
method RequiredIsDefined() as %Boolean
method RequiredReset()
method RequiredSet(value As %String = "") as %Status
method SequenceNumberIsDefined() as %Boolean
method SequenceNumberReset()
method SequenceNumberSet(value As %String = "") as %Status
method ServerOnlyIsDefined() as %Boolean
method ServerOnlyReset()
method ServerOnlySet(value As %String = "") as %Status
method SqlCollationIsDefined() as %Boolean
method SqlCollationReset()
method SqlCollationSet(value As %String = "") as %Status
method SqlColumnNumberIsDefined() as %Boolean
method SqlColumnNumberReset()
method SqlColumnNumberSet(value As %String = "") as %Status
method SqlComputeCodeIsDefined() as %Boolean
method SqlComputeCodeReset()
method SqlComputeCodeSet(value As %String = "") as %Status
method SqlComputeOnChangeIsDefined() as %Boolean
method SqlComputeOnChangeReset()
method SqlComputeOnChangeSet(value As %String = "") as %Status
method SqlComputedIsDefined() as %Boolean
method SqlComputedReset()
method SqlComputedSet(value As %String = "") as %Status
method SqlFieldNameIsDefined() as %Boolean
method SqlFieldNameReset()
method SqlFieldNameSet(value As %String = "") as %Status
method SqlListDelimiterIsDefined() as %Boolean
method SqlListDelimiterReset()
method SqlListDelimiterSet(value As %String = "") as %Status
method SqlListTypeIsDefined() as %Boolean
method SqlListTypeReset()
method SqlListTypeSet(value As %String = "") as %Status
method TransientIsDefined() as %Boolean
method TransientReset()
method TransientSet(value As %String = "") as %Status
method TypeIsDefined() as %Boolean
method TypeReset()
method TypeSet(value As %String = "") as %Status
classmethod parentOnDelete(id As %String, concurrency As %Integer) as %Status

Indexes

index (IDKEY on Name) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Triggers

trigger OnDelete (BEFORE event DELETE);
trigger OnInsertUpdate (BEFORE event INSERT/UPDATE);

Inherited Members

Inherited Methods

FeedbackOpens in a new tab