User Tools

Site Tools


magik-demo:developer:class:core:foreignkey

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== Foreign Key ====== **''public class ForeignKey''** \\ **''implements Serializable''** Foreign Key describes a foreign key dependency between two relations from the common schema \\ ''(sourceRelation[sourceAttriutes] REFERENCES targetRealtion[targetKey])'' ===== Class Attributes ===== <code java> private long id; private Relation sourceRelation; private Relation targetRelation; private java.util.ArrayList<Integer> sourceAttributes; private boolean virtual; private boolean enforced; </code> ===== Class Constructor ===== ===== Class Methods ===== ==== printHTML ==== ---- ==== getters and setters methods ====

magik-demo/developer/class/core/foreignkey.1374246691.txt.gz · Last modified: 2017/07/06 15:24 (external edit)