Class UniqueColumn
java.lang.Object
org.apache.torque.templates.model.UniqueColumn
The model of the unique-column tag in a Torque schema file.
- Version:
- $Id: $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
The unique constraint to which this unique column definition belongs. -
name
The unqualified name of the column to be included in the unique constraint. -
size
The optional size of the column to be included in the unique constraint.
-
-
Constructor Details
-
UniqueColumn
public UniqueColumn()
-