Class 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: $
-
-
Field Summary
Fields Modifier and Type Field Description String
name
The unqualified name of the column to be included in the unique constraint.Unique
parent
The unique constraint to which this unique column definition belongs.String
size
The optional size of the column to be included in the unique constraint.
-
Constructor Summary
Constructors Constructor Description UniqueColumn()
-
-
-
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.
-
-