Skip to main content

%Compiler.LG.JavaForeignKeyDef

serial class %Compiler.LG.JavaForeignKeyDef extends %Library.SerialObject

Property Inventory

Properties

property Description as %RawString;
Property methods: DescriptionGet(), DescriptionIsValid(), DescriptionSet()
property Internal as %Boolean [ InitialExpression = 0 ];
Property methods: InternalDisplayToLogical(), InternalGet(), InternalIsValid(), InternalLogicalToDisplay(), InternalNormalize(), InternalSet()
property Name as %Dictionary.Identifier;
Property methods: NameGet(), NameIsValid(), NameSet()
property OnDelete as %RawString [ InitialExpression = "noaction" ];
Property methods: OnDeleteGet(), OnDeleteIsValid(), OnDeleteSet()
property OnUpdate as %RawString [ InitialExpression = "noaction" ];
Property methods: OnUpdateGet(), OnUpdateIsValid(), OnUpdateSet()
property Properties as %RawString;
Property methods: PropertiesGet(), PropertiesIsValid(), PropertiesSet()
property PropertiesList as list of %RawString;
Property methods: PropertiesListBuildValueArray(), PropertiesListCollectionToDisplay(), PropertiesListCollectionToOdbc(), PropertiesListDisplayToCollection(), PropertiesListGet(), PropertiesListGetObject(), PropertiesListGetObjectId(), PropertiesListGetSwizzled(), PropertiesListIsValid(), PropertiesListOdbcToCollection(), PropertiesListSet(), PropertiesListSetObject(), PropertiesListSetObjectId()
property ReferencedClass as %Dictionary.Classname;
Property methods: ReferencedClassGet(), ReferencedClassIsValid(), ReferencedClassSet()
property ReferencedKey as %RawString;
Property methods: ReferencedKeyGet(), ReferencedKeyIsValid(), ReferencedKeySet()
property SequenceNumber as %Integer [ InitialExpression = 0 ];
Property methods: SequenceNumberDisplayToLogical(), SequenceNumberGet(), SequenceNumberIsValid(), SequenceNumberLogicalToDisplay(), SequenceNumberNormalize(), SequenceNumberSet()
property SqlName as %RawString;
Property methods: SqlNameGet(), SqlNameIsValid(), SqlNameSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab