Package org.databene.mad4db.cmd

Examples of org.databene.mad4db.cmd.PrimaryKeyChange


      tableChange.addSubChange(ChangeFactory.deletion(pk1));
      tableChange.addSubChange(ChangeFactory.creation(pk2));
    } else {
      List<DBColumn> cols1 = CollectionUtil.toList(pk1.getTable().getColumns(colNames1));
      List<DBColumn> cols2 = CollectionUtil.toList(pk2.getTable().getColumns(colNames2));
      subComparator.compareComponents(cols1, cols2, new PrimaryKeyChange(pk1));
    }
  }
View Full Code Here

TOP

Related Classes of org.databene.mad4db.cmd.PrimaryKeyChange

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.