Interface DFNewTypeWellKnownOptions.NewRelationship

    • Method Detail

      • getSrcField

        DFField getSrcField()
      • setSrcField

        void setSrcField​(DFField srcField)
      • getDstField

        DFField getDstField()
      • setDstField

        void setDstField​(DFField dstField)
      • setRelType

        void setRelType​(DFRelationship.Type relType)
        Sets relationship type. This method makes no sense for M:N relationships
      • setCreateConstraints

        void setCreateConstraints​(boolean create)
        Instructs the NT to create the DB constraints on the table
      • isCreateConstraints

        boolean isCreateConstraints()