Class UniqueColumn


  • public class UniqueColumn
    extends Object
    The model of the unique-column tag in a Torque schema file.
    Version:
    $Id: $
    • Field Detail

      • parent

        public Unique parent
        The unique constraint to which this unique column definition belongs.
      • name

        public String name
        The unqualified name of the column to be included in the unique constraint.
      • size

        public String size
        The optional size of the column to be included in the unique constraint.
    • Constructor Detail

      • UniqueColumn

        public UniqueColumn()