Package org.databene.mad4db.cmd

Examples of org.databene.mad4db.cmd.CheckConstraintChange


  @Override
  public void compareObjects(DBCheckConstraint check1, DBCheckConstraint check2,
      CompositeStructuralChange<?> tableChange) {
    if (!(check1.isIdentical(check2)))
      tableChange.addSubChange(new CheckConstraintChange(check1, check2));
  }
View Full Code Here

TOP

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

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.