%Dictionary.CompiledForeignKey
persistent class %Dictionary.CompiledForeignKey extends %Library.Persistent, %Dictionary.CompiledForeignKeyQuery
SQL Table Name: %Dictionary.CompiledForeignKey
Property Inventory
- CompilerGenerated
- Deprecated
- Description
- Final
- Id
- InheritedId
- Internal
- KeywordError
- KeywordModified
- Name
- NoCheck
- NotInheritable
- OnDelete
- OnUpdate
- Origin
- Properties
- ReferencedClass
- ReferencedKey
- SequenceNumber
- SqlName
- parent
Method Inventory
- %Exists()
- %LockId()
- %UnlockId()
- DeprecatedIsDefined()
- DeprecatedReset()
- DeprecatedSet()
- DescriptionIsDefined()
- DescriptionReset()
- DescriptionSet()
- InternalIsDefined()
- InternalReset()
- InternalSet()
- NameIsDefined()
- NameReset()
- NameSet()
- NoCheckIsDefined()
- NoCheckReset()
- NoCheckSet()
- OnDeleteIsDefined()
- OnDeleteReset()
- OnDeleteSet()
- OnUpdateIsDefined()
- OnUpdateReset()
- OnUpdateSet()
- PropertiesIsDefined()
- PropertiesReset()
- PropertiesSet()
- ReferencedClassIsDefined()
- ReferencedClassReset()
- ReferencedClassSet()
- ReferencedKeyIsDefined()
- ReferencedKeyReset()
- ReferencedKeySet()
- SequenceNumberIsDefined()
- SequenceNumberReset()
- SequenceNumberSet()
- SqlNameIsDefined()
- SqlNameReset()
- SqlNameSet()
- parentOnDelete()
Parameters
parameter SQLENABLED = 1;
Properties
property CompilerGenerated as %Boolean;
CompilerGenerated
Property methods: CompilerGeneratedDisplayToLogical(), CompilerGeneratedGet(), CompilerGeneratedIsValid(), CompilerGeneratedLogicalToDisplay(), CompilerGeneratedNormalize(), CompilerGeneratedSet()
property Deprecated as %Boolean;
True if this foreign key is deprecated.
Property methods: DeprecatedDisplayToLogical(), DeprecatedGet(), DeprecatedIsValid(), DeprecatedLogicalToDisplay(), DeprecatedNormalize()
property Description as %RawString;
Supplies a description of the foreign key.
Property methods: DescriptionGet(), DescriptionIsValid()
property Final as %Boolean;
Final
Property methods: FinalDisplayToLogical(), FinalGet(), FinalIsValid(), FinalLogicalToDisplay(), FinalNormalize(), FinalSet()
property Id as %Integer;
Id
Property methods: IdDisplayToLogical(), IdGet(), IdIsValid(), IdLogicalToDisplay(), IdNormalize(), IdSet()
property InheritedId as %Boolean;
InheritedId
Property methods: InheritedIdDisplayToLogical(), InheritedIdGet(), InheritedIdIsValid(), InheritedIdLogicalToDisplay(), InheritedIdNormalize(), InheritedIdSet()
property Internal as %Boolean;
If true then do not display this item in automatic documentation.
Property methods: InternalDisplayToLogical(), InternalGet(), InternalIsValid(), InternalLogicalToDisplay(), InternalNormalize()
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()
property Name as %Dictionary.Identifier [ Required ];
Defines a name for the key. It must be a valid class member name and must not conflict with any existing member name.
Property methods: NameGet(), NameIsValid()
property NoCheck as %Boolean;
Specifies whether InterSystems IRIS should check this foreign key constraint.
Property methods: NoCheckDisplayToLogical(), NoCheckGet(), NoCheckIsValid(), NoCheckLogicalToDisplay(), NoCheckNormalize()
property NotInheritable as %Boolean;
NotInheritable
Property methods: NotInheritableDisplayToLogical(), NotInheritableGet(), NotInheritableIsValid(), NotInheritableLogicalToDisplay(), NotInheritableNormalize(), NotInheritableSet()
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 OnUpdate as %RawString;
Specifies what referential action to take when the key value is updated in the foreign table.
Property methods: OnUpdateGet(), OnUpdateIsValid()
property Origin as %RawString;
Origin
Property methods: OriginGet(), OriginIsValid(), OriginSet()
property Properties as %RawString;
Specifies one or more properties whose values are used to constrain the value of the foreign key.
Property methods: PropertiesGet(), PropertiesIsValid()
property ReferencedClass as %Dictionary.Classname;
Specifies the name of the class containing the key referred to by this foreign key definition.
Property methods: ReferencedClassGet(), ReferencedClassIsValid()
property ReferencedKey as %RawString;
Specifies the key name of a unique index within a class that provides the set of allowed values for this foreign key.
Property methods: ReferencedKeyGet(), ReferencedKeyIsValid()
property SequenceNumber as %Integer;
SequenceNumber
Property methods: SequenceNumberDisplayToLogical(), SequenceNumberGet(), SequenceNumberIsValid(), SequenceNumberLogicalToDisplay(), SequenceNumberNormalize()
property SqlName as %RawString;
Specifies an alternate name for this foreign key when referred to via SQL.
Property methods: SqlNameGet(), SqlNameIsValid()
relationship parent as %Dictionary.CompiledClass [ Required , Inverse = ForeignKeys , 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.
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.
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 DeprecatedIsDefined() as %Boolean
method DeprecatedReset()
method DescriptionIsDefined() as %Boolean
method DescriptionReset()
method InternalIsDefined() as %Boolean
method InternalReset()
method NameIsDefined() as %Boolean
method NameReset()
method NoCheckIsDefined() as %Boolean
method NoCheckReset()
method OnDeleteIsDefined() as %Boolean
method OnDeleteReset()
method OnUpdateIsDefined() as %Boolean
method OnUpdateReset()
method PropertiesIsDefined() as %Boolean
method PropertiesReset()
method ReferencedClassIsDefined() as %Boolean
method ReferencedClassReset()
method ReferencedKeyIsDefined() as %Boolean
method ReferencedKeyReset()
method SequenceNumberIsDefined() as %Boolean
method SequenceNumberReset()
method SqlNameIsDefined() as %Boolean
method SqlNameReset()
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
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildDeferredIndices()
- %BuildIndices()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %LockExtent()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- SummaryClose()
- SummaryExecute()
- SummaryFetch()