Class Constraint

All Implemented Interfaces:
TreeUnit, Unit, DbUnit, Comparable<AbstractUnit>

public class Constraint extends AbstractUnit implements DbUnit
A constraint into a table. Sample: check ( age > 14 ).
  • Constructor Details

    • Constraint

      public Constraint(Table table, String name)
      Parameters:
      table - is the parent table
      name - of the constraint
  • Method Details