Skip to main content

%Compiler.LG.JavaForeignKeyDef

Class %Compiler.LG.JavaForeignKeyDef Extends %SerialObject [ System = 4 ]

Properties

Description

Property Description As %RawString;

Internal

Property Internal As %Boolean [ InitialExpression = 0 ];

Name

Property Name As %Dictionary.Identifier;

OnDelete

Property OnDelete As %RawString [ InitialExpression = "noaction" ];

OnUpdate

Property OnUpdate As %RawString [ InitialExpression = "noaction" ];

Properties

Property Properties As %RawString;

ReferencedClass

Property ReferencedClass As %Dictionary.Classname;

ReferencedKey

Property ReferencedKey As %RawString;

SequenceNumber

Property SequenceNumber As %Integer [ InitialExpression = 0 ];

SqlName

Property SqlName As %RawString;

PropertiesList

Property PropertiesList As list Of %RawString;