Klasse UniqueColumn

java.lang.Object
org.apache.torque.templates.model.UniqueColumn

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

    • 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.
  • Konstruktordetails

    • UniqueColumn

      public UniqueColumn()