sai dhiraj v created METAMODEL-110:
--------------------------------------

             Summary: Not able to remove foreignkey relationship
                 Key: METAMODEL-110
                 URL: https://issues.apache.org/jira/browse/METAMODEL-110
             Project: Apache MetaModel
          Issue Type: Bug
            Reporter: sai dhiraj v


Relationship[] relationships = schema.getRelationships();
                Table t = schema.getTableByName("Table3");
                Relationship[]  rs = t.getForeignKeyRelationships();
                MutableRelationship r = (MutableRelationship)rs[0];
                r.remove();



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to