Class ReferenceKeyDesc


  • public class ReferenceKeyDesc
    extends Object
    This class encapsulate the association of two KeyDescs. It can be used to represent the inheritance key or the reference key between primary and secondary tables.
    • Constructor Detail

    • Method Detail

      • getReferencingKey

        public KeyDesc getReferencingKey()
      • getReferencedKey

        public KeyDesc getReferencedKey()
      • getTableDesc

        public TableDesc getTableDesc()